import os
import sys
print(sys.argv)


bogon:Desktop macname$ python3 test2.py deesws.json dede.json swswsw.json
['test2.py', 'deesws.json', 'dede.json', 'swswsw.json']

 

相关文章:

  • 2021-05-07
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-07
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案