python2.7: open()文件处理使用介绍

#coding=utf-8 #新建文件open_file_test.txt内容: # Hello World # This is a test file import os print os.getcwd() os.chdir("C:\Users\Administrator\Desktop\Pyhton2.7Tests") test = [ "test1\n", "test2\n", "test3
相关文章
相关标签/搜索