摘要: http://www.cnblogs.com/yd1227/archive/2011/03/18/1988015.html该博文写的很详细,备忘。需要注意的是,写测试脚本的时候,不要将脚本命名成跟module一样的名字,如random.py,否则会出现报错:AttributeError: 'module' object has no attribute 'randint' 阅读全文
posted @ 2013-11-18 20:51 liyuxia713 阅读(224) 评论(0) 推荐(0) 编辑