mytribalmytribal.blog.chinaunix.net
mytribal
吆嘻!
全部博文(37)
电子邮件服务(0)
VSFTPD(0)
Squid(0)
Samba(1)
NIS(0)
NFS(0)
iptables(0)
DNS(0)
DHCP(0)
APACHE(0)
2013年(1)
2012年(19)
2011年(17)
shanggua
大鬼不动
jzcjy
温碧容
gobuhei
tlzybzwq
loulouev
topwing
xianrenq
凄美的邂
dydzdc
分类: Python/Ruby
2012-04-24 23:25:27
注意:
追加写文件output=open('data','w+')这个追加内容,会把原来的内容清掉。。。。
f = open('poem.txt','a') 最佳参数是 a #追加..
上一篇:python fileinput模块
下一篇:python 随记
登录 注册