有趣命令,做需求在想怎么去同时启动多个脚本,或者管理工具来管理自己的爬虫。
Execute the command in a subshell
在子shell中执行命令
import os
os.system('python task1.py') #task1.py是在同级目录下边
#也可以通过路径去执行
os.system('python ./task/task1.py')
有趣命令,做需求在想怎么去同时启动多个脚本,或者管理工具来管理自己的爬虫。
Execute the command in a subshell
在子shell中执行命令
import os
os.system('python task1.py') #task1.py是在同级目录下边
#也可以通过路径去执行
os.system('python ./task/task1.py')
本文标题:python通过命令启动脚本(同时启动多个程序)
本文链接:https://www.haomeiwen.com/subject/shmpvctx.html
网友评论