摘要:
一.打开文件 #使用 with 语句操作文件对象 with open(r'somefileName') as somefile: for line in somefile: print line # ...more code 阅读全文
posted @ 2016-03-09 15:17 Vincent90 阅读(445) 评论(0) 推荐(0)
posted @ 2016-03-09 15:17 Vincent90 阅读(445) 评论(0) 推荐(0)
posted @ 2016-03-09 15:04 Vincent90 阅读(205) 评论(0) 推荐(0)