os模块中的system()函数可以方便地运行其他程序或者脚本,模式如下:os.system(command)
• command: 要执行的命令,如果要向脚本传递参数,可以使用空格分割程序及多个参数。
示例如下:
import osos.system(‘notepad’) # 打开记事本程序.0
os.system(‘notepad 1.txt’) # 打开1.txt文件,如果不存在,则创建0
首页 >
os模块中的system()函数可以方便地运行其他程序或者脚本,模式如下:os.system(command)
• command: 要执行的命令,如果要向脚本传递参数,可以使用空格分割程序及多个参数。
示例如下:
import osos.system(‘notepad’) # 打开记事本程序.0
os.system(‘notepad 1.txt’) # 打开1.txt文件,如果不存在,则创建0
3and6什么意思 - python - 前端,python解析文档 | 3and6什么意思 - python - 前端,python解析文档 ...
千万别去童程童美编程,达内童程童美是什么? - python - 前端,python 下载成功 | 千万别去童程童美编程,达内童程童美是什么? - python - 前端,python 下载成功 ...
python怎么转换进制 - python - 前端,python文件流 | python怎么转换进制 - python - 前端,python文件流 ...