摘要: 1 #worm_Love sunHelper 2 #!/usr/bin/python 3 4 import time 5 import math 6 7 class getImagingDate: 8 """Get the Imaging Date""" 9 year = time.localtime().tm_year 10 month = time.localtime().tm_mon 11 day = time.localtime().tm_mday 12 13 class SunHelper(): 14 15 d... 阅读全文
posted @ 2012-12-11 23:40 逆流的天平 阅读(2093) 评论(2) 推荐(0) 编辑