码迷,mamicode.com
首页 > 编程语言 > 详细

python操作文件写入内容

时间:2018-02-04 21:10:10      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:pre   name   ecs   内容   coding   pad   result   turn   python   

[root@bogon ~]# cat file.py  #/usr/bin/env python  # coding: utf-8 ecs="efwefwffrfrer" ipaddrr="192.168.56.10" print type(ecs+ " "+ipaddrr+" has stopeed") def write_result(str):       writeresult=file(r'/tmp/ecs.log','a+')       str1=writeresult.write(str+'\n')       writeresult.close()       return str   if __name__ == "__main__":     write_result(ecs+ " "+ipaddrr+" has stopeed") [root@bogon ~]#


python操作文件写入内容

标签:pre   name   ecs   内容   coding   pad   result   turn   python   

原文地址:http://blog.51cto.com/wsxxsl/2068670

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!