成都创新互联网站制作重庆分公司

自定义存储目录文件txt,写入文字并输出已输入的文字

dirPath = raw_input("Input your dir path:\n")
write = raw_input("What do you want to write? Please input here:\n")
with open(dirPath+"testDitPath.txt", "w") as f:
    f.write(write)
with open(dirPath+"testDitPath.txt", "r") as r:
    text = r.readline()
print "This is your writed: \n", text

新闻名称:自定义存储目录文件txt,写入文字并输出已输入的文字
URL分享:http://cxhlcq.com/article/jjgsdh.html

其他资讯

在线咨询

微信咨询

电话咨询

028-86922220(工作日)

18980820575(7×24)

提交需求

返回顶部