摘要: import time import requests import requests.cookies # 格式化成2016-03-20 11:45:39形式 print(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())) print(time 阅读全文
posted @ 2023-01-22 21:54 kliziM 阅读(112) 评论(1) 推荐(0)
摘要: # 格式化成2016-03-20 11:45:39形式print (time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())) 阅读全文
posted @ 2023-01-22 21:27 kliziM 阅读(19) 评论(0) 推荐(0)