Python 時間使用

Python中共有三種表達方式:1) timestamp tuple或者struct_time 格式化字符串 舉例: import time ISOTIMEFORMAT='%Y-%m-%d' print "time.time()",time.time(); print "time.localtime()",time.localtime() print "time.localtime([sec])"
相關文章
相關標籤/搜索