python程序计时器

吉吉:python import time time_start=time.time() time_end=time.time() print('totally cost',time_end-time_start)
相关文章
相关标签/搜索