2012年2月14日
摘要: import re; 5 import time; 6 import datetime; 7 if(__name__=="__main__"): 8 #today=int(time.strftime("%w")); 9 10 anyday=datetime.datetime(2012,2,15).strftime("%w");11 print anyday 阅读全文
posted @ 2012-02-14 22:10 finallyly 阅读(5870) 评论(0) 推荐(0) 编辑