摘要: http://www.cnblogs.com/xuxm2007/archive/2010/08/04/1792463.html当你打开一个.py文件时,经常会在代码的最下面看到if __name__ == '__main__':,现在就来介 绍一下它的作用. 模块是对象,并且所有的模块都有一个内置属... 阅读全文
posted @ 2014-12-22 22:55 亲亲小强 阅读(1205) 评论(0) 推荐(0) 编辑
摘要: http://www.sharejs.com/codes/python/8032import datetime # Get a date objecttoday = datetime.date.today() # General functions print "Year: %d" % today.... 阅读全文
posted @ 2014-12-22 09:20 亲亲小强 阅读(2433) 评论(0) 推荐(0) 编辑