python 学习os.systemsystem和os.popen


	python 学习os.systemsystem和os.popen
[编程语言教程]

两个都可以执行系统命令,但是如果想要获取到命令的输出内容就要用到os.popen

 

com=os.popen(‘ls‘)

print(com.readlines())

技术图片

 

python 学习os.systemsystem和os.popen

原文地址:https://www.cnblogs.com/bnsdmmL/p/14073898.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python 学习os.systemsystem和os.popen