摘要: 1 class test(object): 2 def rangetest(self): 3 for i in range(2,0,-1): 4 print i 5 print i 6 i=2 7 wh... 阅读全文
posted @ 2014-08-18 17:12 棉花年度 阅读(249) 评论(0) 推荐(0)