Loading

摘要: 安装func_timeout库 pip install func_timeout 设定函数超执行时间 @func_set_timeout(60) # 设定超时时间 def run_order(order): print(os.popen(order).read()) print('脚本运行成功') 阅读全文
posted @ 2021-06-07 18:15 Binzichen 阅读(975) 评论(0) 推荐(0) 编辑