python 基礎 —— 獲取當前時間的時間戳

In [1]: import time In [2]: time.time() Out[2]: 1494902382.2486684 In [3]: int(time.time()) Out[3]: 1494902387
相關文章
相關標籤/搜索