标签: python-3.x
如何在Windows上从python调用sed命令?
sed
在Linux上,我可以这样做:
import subprocess subprocess.call("sed command")
如何在Windows上执行此操作?
Windows上没有sed。