摘要: # os 模块 # os 模块 import os #system() 在python中执行系统命令 os.system("ifconfig") # linux # os.system("ipconfig") windows # os.system("rm -rf ceshi.txt") #pope 阅读全文
posted @ 2021-10-24 08:57 urls 阅读(79) 评论(0) 推荐(0)