2016年3月9日

摘要: 一.打开文件 #使用 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)

摘要: 一. with 链接地址:https://www.ibm.com/developerworks/cn/opensource/os-cn-pythonwith/ 阅读全文

posted @ 2016-03-09 15:04 Vincent90 阅读(205) 评论(0) 推荐(0)


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3