Python 日期和時間

time.time()獲取當前時間戳 例如: #!/usr/bin/python # -*- coding: UTF-8 -*- import time; # 引入time模塊 ticks = time.time() print "當前時間戳爲:", ticks 結果: 當前時間戳爲: 1491750320.74 時間元組   比如獲取當前時間: #!/usr/bin/python # -*
相關文章
相關標籤/搜索