2017年12月3日

Python3 time模块

摘要: import time print(help(time)) # 显示time模块全文本 Functions: # 执行结果 time() -- return current time in seconds since the Epoch as a float 以浮点数返回以秒计算的从1970年到现在为止的时间,time.time()常用于获取当前时间 time.time() # 这个函数无参数... 阅读全文

posted @ 2017-12-03 01:07 大蛇Python 阅读(315) 评论(0) 推荐(0) 编辑

导航