Python獲取當(dāng)前時(shí)間 python獲取當(dāng)前時(shí)間方法?
python獲取當(dāng)前時(shí)間方法?#使用時(shí)間獲取當(dāng)前時(shí)間時(shí)間.localtime()#使用時(shí)間模塊的strftime方法格式化日期,:#格式為2018年5月28日17:36:35打印(時(shí)間.strftim
python獲取當(dāng)前時(shí)間方法?
#使用時(shí)間獲取當(dāng)前時(shí)間時(shí)間.localtime()
#使用時(shí)間模塊的strftime方法格式化日期,:
#格式為2018年5月28日17:36:35
打?。〞r(shí)間.strftime(%Y-%m-%d%H:%m:%S“時(shí)間.localtime())
#格式為2018年5月28日星期一17:36:35表格
打?。〞r(shí)間.strftime(%a)%b%d%H:%M:%S%Y“時(shí)間.localtime())
蟒蛇3