标签: python-3.x
我正在尝试子过程函数,在我看来,我作为stdout获得的字符串已完全损坏。 长度如何为4?!
import subprocess import shlex a = subprocess.run(shlex.split('ls -lah')) t=str(a.stdout) print(t) print("-----") print(len(t))
此代码的输出是一个字符串,没有\ n。我什至不知道如果没有\n怎么会是多线性的。
\n
输出为图像: