Python 文件的IO
摘要:对文件的操作#coding=utf-8#!user/bin/pythonimport os#基本操作和写入文件fo = open("test2.py",'wb')print fo.nameprint fo.__sizeof__();print fo.modefo.write("print 20")f...
阅读全文
posted @ 2015-04-15 17:46
posted @ 2015-04-15 17:46
posted @ 2015-04-15 17:20
posted @ 2015-04-15 17:07
posted @ 2015-04-15 16:10
posted @ 2015-04-15 15:52
posted @ 2015-04-15 14:05