在Python API 中会用 cat系统命令

调用系统模块

  from os import system 

使用方式:

  system("cat file.py")

 

参考:https://geek-docs.com/python/python-examples/using-the-cat-command-in-python.html

posted @ 2023-03-03 22:51  大序列  阅读(18)  评论(0编辑  收藏  举报