摘要: Python写入文件的基本操作man = []other = []try: data = open('sketch.txt') for each_line in data: try: (role,line_spoken) = each_line.spl... 阅读全文
posted @ 2015-10-26 16:12 _Bing 阅读(244) 评论(0) 推荐(0)