本文介绍了将行转换为列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
i希望将行转换为列格式..
如何实现此任务..
i输入如下:
Hi,
i want to convert rows into columns format..
how to achieve this task..
i have input like this:
00
3S
2A
1R
和输出应该是这样的:
col1 col2 col3 col4
00 3S 2A 1R
请尽快提供解决方案
谢谢,
and output should be like this:
col1 col2 col3 col4
00 3S 2A 1R
pls provide solution asap
thanks,
推荐答案
这篇关于将行转换为列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!