Neil Azeroth

不要因忙碌而失去梦想!

2009年6月11日 #

Python日期格式处理

摘要: [代码]首先引入 time 模块。time.time()取得当前时间;time.localtime()取得本地时间;time.strftime()格式化日期;time.strptime(timeString)把字符串转化为日期; 阅读全文

posted @ 2009-06-11 10:50 Neil 阅读(2463) 评论(0) 推荐(0) 编辑

导航