📜  python 参数 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:05.354000             🧑  作者: Mango

代码示例4
import sys

print ("the script has the name %s" % (sys.argv[0])