摘要:
读写文件 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/--># ! /usr/bin/python # -*- coding: utf8 -*- spath = " D:/download/baa.txt " f = open(spath, " w " ) # Opens file for writing.Creates this file doesn't exist. f.write( &qu 阅读全文