无论第一个文件中的行长度如何,如何使粘贴中的第二个文件在同一位置开始?例如:
file1:
small
incredibly humungous
file 2:
A
B
Run Code Online (Sandbox Code Playgroud)
我想粘贴 file1 file2 来输出:
small A
incredibly humungous B
Run Code Online (Sandbox Code Playgroud)
代替:
small A
incredibly humungous B
Run Code Online (Sandbox Code Playgroud)