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

python 文件

时间:2017-10-10 23:14:38      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:read   移动   编码   文件   readline   find   python   关闭   txt   

1、声明

  open(路径,‘模式’,‘encoding=‘编码’)

  其中,路径有三种模式

    1.直接写‘d:\\find,txt’;

    2.r‘d:\find.txt‘

    3.find.txt  

  路径:有r,w,rw,a

2、操作

  f.read()  读取内容

  f.seek()  移动指针位置

  f.close()  关闭链接

  

  文本的读取

  f.readlines()

 

python 文件

标签:read   移动   编码   文件   readline   find   python   关闭   txt   

原文地址:http://www.cnblogs.com/mncasey/p/7648069.html

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