import111111's recent timeline updates
import111111

import111111

V2EX member #163962, joined on 2016-03-18 23:50:58 +08:00
import111111's recent replies
Mar 24, 2016
Replied to a topic by import111111 Python python 中文件打开模式求解?
model = 'r+' if os.path.exists(path) else 'w+'
with open (path,model) as f: pass
@import111111
Mar 24, 2016
Replied to a topic by import111111 Python python 中文件打开模式求解?
model = 'r+' if os.path.exists(path) else 'w+'
with open (path,model) as f: pass
Mar 24, 2016
Replied to a topic by import111111 Python python 中文件打开模式求解?
os.fdopen(os.open('/tmp/nn', os.O_CREAT | os.O_WRONLY), 'w')
Mar 22, 2016
Replied to a topic by import111111 Python python 中文件打开模式求解?
!
Mar 20, 2016
Replied to a topic by import111111 Python python 中文件打开模式求解?
消灭零回复:
难道要将文件打开后复制数据再删除再重新创建 a+?
Mar 20, 2016
Replied to a topic by import111111 Python python 中文件打开模式求解?
消灭零回复:
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1074 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 23:23 · PVG 07:23 · LAX 16:23 · JFK 19:23
♥ Do have faith in what you're doing.