chongchuigu 发表于 2018-8-7 16:16:58

程序运行计时

import time
time_start=time.time()
time_stop=time.time()
运行时间=time_stop-time_start
页: [1]
查看完整版本: 程序运行计时