導航:首頁 > 程式語言、邏輯學> Python筆記
obj = datetime.strptime(datetime_str, '%m/%d/%y %H:%M:%S')
strin = datetime.strftime(datetime_obj, '%m/%d/%y %H:%M:%S')