實現時間相減

now = datetime.datetime.now() 
#轉換成秒數計算相差seconds = (create_time- now ).total_seconds() #total_seconds() 能夠將時間轉換成秒數進行計算 傳入的參數必須是時間類型
相關文章
相關標籤/搜索