重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

自定义存储目录文件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,写入文字并输出已输入的文字
标题网址:http://cqcxhl.com/article/jjgsdh.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP