码迷,mamicode.com
首页 > 移动开发 > 详细

ValueError: must have exactly one of create/read/write/append mode

时间:2020-05-11 23:25:08      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:中文   error   div   must   err   nbsp   run   txt   append   

ValueError: must have exactly one of create/read/write/append mode

 

fo = open(‘runoob.txt‘, ‘rw+‘)

python 中文件打开操作的mode中没有“rw”

合法的mode有:

r、rb、r+、rb+、w、wb、w+、wb+、a、ab、a+、ab+




ValueError: must have exactly one of create/read/write/append mode

标签:中文   error   div   must   err   nbsp   run   txt   append   

原文地址:https://www.cnblogs.com/wujily/p/12872926.html

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