批处理怎么调用python脚本

如题所述

system("python xxx.py arg1 arg2")
或者
$output=`python xxx.py arg1 arg2`
试试就可以了,肯定是可以的。
温馨提示:答案为网友推荐,仅供参考
相似回答