摘要:
Python学习笔记,day5 一、time & datetime模块 import本质为将要导入的模块,先解释一遍 1 #_*_coding:utf-8_*_ 2 __author__ = 'Alex Li' 3 4 import time 5 6 7 # print(time.clock()) 阅读全文
posted @ 2018-01-25 11:13
Memoryj
阅读(113)
评论(0)
推荐(0)