python下打开所在文件夹下的文件应该如何写两种解决方法:一是改变环境目录为text文本所在路径:import ospath = r"D:\temp\church"os.chdir(path...