摘要:
一,代码: import argparse import psutil import os def get_process_list(): with os.popen('ps aux') as f: output = f.read() # print(output) if 'python3 grab 阅读全文
posted @ 2025-12-10 23:26
刘宏缔的架构森林
阅读(4)
评论(0)
推荐(0)
摘要:
一,代码: import argparse # 创建解析器 parser = argparse.ArgumentParser(description="示例程序") # 添加可选参数 parser.add_argument("-b", "--begin", help="输入开始的id") # 得到参 阅读全文
posted @ 2025-12-10 22:53
刘宏缔的架构森林
阅读(5)
评论(0)
推荐(0)
浙公网安备 33010602011771号