import time # 直接使用localtime()得到的是格林威治時間,比北京時間晚8小時# now = time.localtime() # 先用time.time()得到時間戳,再 ...
確定! 回上一頁