标签:code 爬虫 strftime span array %s pre python 爬虫 str
1 timeStamp = 1381419600 2 dateArray = datetime.datetime.utcfromtimestamp(timeStamp) 3 otherStyleTime = dateArray.strftime("%Y--%m--%d %H:%M:%S") 4 print otherStyleTime # 2013--10--10 15:40:00 5 dateArray = datetime.datetime.utcfromtimestamp(timeStamp) 6 otherStyleTime = dateArray.strftime("%Y-%m-%d %H:%M:%S")
标签:code 爬虫 strftime span array %s pre python 爬虫 str
原文地址:https://www.cnblogs.com/duanlinxiao/p/9830236.html