python文件读取:从任意位置读取任意长度数据

从任意位置读取任意长度数据python def funn(location,length): path = os.path.join(os.path.abspath(os.path.dirname(__file__) + os.path.sep + ".."), "xxxx", "xxxx") filedir = os.path.join(path,filename) tr
相关文章
相关标签/搜索