两处错误
一、你是用open打开一个文件,此时调用的是w写入模式,下面使用read是没有权限的,你得使用w+读写模式
二、使用write写入一个字符s,但是此时并没有真正的写入,而是还存在与内存中。此时执行read读取的为空字符。需要执行a.close()以后,再使用a=open(“D://2.txt”)
a.read()才能够读取到数据。
相关文章
- 01-09500 OOPS: bad bool value in config file for: anon_world_readable_only Login failed.
- 01-09Scanner 与 Readable 的read()方法
- 01-09SVN 查看版本历史时Item is not readable (show log)
- 01-09[TypeScript] Create Explicit and Readable Type Declarations with TypeScript mapped Type Modifiers
- 01-09Document base xxx does not exist or is not a readable direct
- 01-09io.UnsupportedOperation: not readable
- 01-09【CodeWars】Human readable duration format时间可读化
- 01-09mode:类型非常多 r:只读 从头部开始读 io.UnsupportedOperation: not writable w:写入 每次都是从头部开始写 原有的内容
- 01-09PID file /var/run/keepalived.pid not readable (yet?) after start.
- 01-09怎样使用 svelte/store 中的 readable