1
0
110
写了 32808 字,被 43 人关注,获得了 49 个喜欢
1.新建shell脚本(test.sh) cd (python所在路径) python3 (python文件名) 2.shell脚本获取权限 chmod +x test.sh...