python读取指定路径文件 python打开指定文件夹 python怎么读取当前目录下指定文件?读文本文件input = open("data", "r")#第二个参数默认为rinput = open("data")读二进制... 2021-03-17 2996次浏览