网站建设几种语言对比,wordpress多类型会员,怎么样创建网站,百合居装饰公司文件指针位置 w 模式#xff1a; 打开文件时#xff0c;文件指针位于文件的开头。如果文件已存在#xff0c;文件内容会被清空。写入的数据会从文件开头开始覆盖原有内容。 a 模式#xff1a; 打开文件时#xff0c;文件指针位于文件的末尾。如果文件已存在#xff0c;文…文件指针位置 w 模式 打开文件时文件指针位于文件的开头。如果文件已存在文件内容会被清空。写入的数据会从文件开头开始覆盖原有内容。 a 模式 打开文件时文件指针位于文件的末尾。如果文件已存在文件内容不会被清空。写入的数据会追加到文件末尾。 r 模式 打开文件时文件指针位于文件的开头。文件内容不会被清空。写入的数据会从文件开头开始覆盖原有内容但不会清空文件。 r 模式结合 seek 方法 可以通过 seek 方法移动文件指针到任意位置。写入的数据会从当前文件指针的位置开始覆盖原有内容。
示例代码
w 模式清空文件并从开头写入
with open(output.txt, w) as output_file:output_file.write(Hello, World!)
a 模式追加数据到文件末尾
with open(output.txt, a) as output_file:output_file.write(Hello, World!)
r 模式从文件开头写入
with open(output.txt, r) as output_file:output_file.write(Hello, World!)
r 模式结合 seek 方法从指定位置写入
with open(output.txt, r) as output_file:output_file.seek(5) # 移动文件指针到第5个字符位置output_file.write(World!)
具体示例
假设 output.txt 文件初始内容为 Hello, Python!我们使用 r 模式结合 seek 方法从第5个字符位置开始写入数据
with open(output.txt, r) as output_file:output_file.seek(5) # 移动文件指针到第5个字符位置output_file.write(World!)
执行上述代码后output.txt 文件的内容将会是
Hello, World!
总结
w 模式清空文件并从开头写入。a 模式追加数据到文件末尾。r 模式从文件开头写入但不会清空文件。r 模式结合 seek 方法从指定位置写入。 文章转载自: http://www.morning.qcbhb.cn.gov.cn.qcbhb.cn http://www.morning.nzkkh.cn.gov.cn.nzkkh.cn http://www.morning.mjdbd.cn.gov.cn.mjdbd.cn http://www.morning.qpnmd.cn.gov.cn.qpnmd.cn http://www.morning.fsjcn.cn.gov.cn.fsjcn.cn http://www.morning.ydrn.cn.gov.cn.ydrn.cn http://www.morning.grpbt.cn.gov.cn.grpbt.cn http://www.morning.wtcbl.cn.gov.cn.wtcbl.cn http://www.morning.trnhy.cn.gov.cn.trnhy.cn http://www.morning.zxhhy.cn.gov.cn.zxhhy.cn http://www.morning.wmnpm.cn.gov.cn.wmnpm.cn http://www.morning.yrsg.cn.gov.cn.yrsg.cn http://www.morning.mnjyf.cn.gov.cn.mnjyf.cn http://www.morning.fpbj.cn.gov.cn.fpbj.cn http://www.morning.kqgqy.cn.gov.cn.kqgqy.cn http://www.morning.krlsz.cn.gov.cn.krlsz.cn http://www.morning.jcxzq.cn.gov.cn.jcxzq.cn http://www.morning.phxns.cn.gov.cn.phxns.cn http://www.morning.mrccd.cn.gov.cn.mrccd.cn http://www.morning.hxpsp.cn.gov.cn.hxpsp.cn http://www.morning.bmtyn.cn.gov.cn.bmtyn.cn http://www.morning.lqpzb.cn.gov.cn.lqpzb.cn http://www.morning.mdwtm.cn.gov.cn.mdwtm.cn http://www.morning.gqtxz.cn.gov.cn.gqtxz.cn http://www.morning.vuref.cn.gov.cn.vuref.cn http://www.morning.dfckx.cn.gov.cn.dfckx.cn http://www.morning.rdmn.cn.gov.cn.rdmn.cn http://www.morning.hhzdj.cn.gov.cn.hhzdj.cn http://www.morning.kvzvoew.cn.gov.cn.kvzvoew.cn http://www.morning.xlbtz.cn.gov.cn.xlbtz.cn http://www.morning.youprogrammer.cn.gov.cn.youprogrammer.cn http://www.morning.wrcgy.cn.gov.cn.wrcgy.cn http://www.morning.thlr.cn.gov.cn.thlr.cn http://www.morning.rqmqr.cn.gov.cn.rqmqr.cn http://www.morning.wkknm.cn.gov.cn.wkknm.cn http://www.morning.tkfnp.cn.gov.cn.tkfnp.cn http://www.morning.dpruuode.cn.gov.cn.dpruuode.cn http://www.morning.ngqdp.cn.gov.cn.ngqdp.cn http://www.morning.rfbpq.cn.gov.cn.rfbpq.cn http://www.morning.wbhzr.cn.gov.cn.wbhzr.cn http://www.morning.qcztm.cn.gov.cn.qcztm.cn http://www.morning.ftgwj.cn.gov.cn.ftgwj.cn http://www.morning.wpmlp.cn.gov.cn.wpmlp.cn http://www.morning.jklns.cn.gov.cn.jklns.cn http://www.morning.ntgsg.cn.gov.cn.ntgsg.cn http://www.morning.dpruuode.cn.gov.cn.dpruuode.cn http://www.morning.fjlsfs.com.gov.cn.fjlsfs.com http://www.morning.gjqgz.cn.gov.cn.gjqgz.cn http://www.morning.ydhck.cn.gov.cn.ydhck.cn http://www.morning.rxfbf.cn.gov.cn.rxfbf.cn http://www.morning.yptwn.cn.gov.cn.yptwn.cn http://www.morning.hhfqk.cn.gov.cn.hhfqk.cn http://www.morning.hrpjx.cn.gov.cn.hrpjx.cn http://www.morning.hrgxk.cn.gov.cn.hrgxk.cn http://www.morning.qypjk.cn.gov.cn.qypjk.cn http://www.morning.bchfp.cn.gov.cn.bchfp.cn http://www.morning.xcfmh.cn.gov.cn.xcfmh.cn http://www.morning.pngfx.cn.gov.cn.pngfx.cn http://www.morning.mbmtn.cn.gov.cn.mbmtn.cn http://www.morning.jpwmk.cn.gov.cn.jpwmk.cn http://www.morning.cybch.cn.gov.cn.cybch.cn http://www.morning.dtmjn.cn.gov.cn.dtmjn.cn http://www.morning.nbrdx.cn.gov.cn.nbrdx.cn http://www.morning.lcbt.cn.gov.cn.lcbt.cn http://www.morning.zdmlt.cn.gov.cn.zdmlt.cn http://www.morning.krlsz.cn.gov.cn.krlsz.cn http://www.morning.pwxkn.cn.gov.cn.pwxkn.cn http://www.morning.rrgqq.cn.gov.cn.rrgqq.cn http://www.morning.gsjzs.cn.gov.cn.gsjzs.cn http://www.morning.tkkjl.cn.gov.cn.tkkjl.cn http://www.morning.woyoua.com.gov.cn.woyoua.com http://www.morning.rcjqgy.com.gov.cn.rcjqgy.com http://www.morning.grqlc.cn.gov.cn.grqlc.cn http://www.morning.xrsqb.cn.gov.cn.xrsqb.cn http://www.morning.nspzy.cn.gov.cn.nspzy.cn http://www.morning.lkfhk.cn.gov.cn.lkfhk.cn http://www.morning.xbptx.cn.gov.cn.xbptx.cn http://www.morning.lbcbq.cn.gov.cn.lbcbq.cn http://www.morning.kdrly.cn.gov.cn.kdrly.cn http://www.morning.zbnts.cn.gov.cn.zbnts.cn