为什么我用open和for循环打开txt文件是没有顺序的for i in result: f = open('novel/{0}.txt'.format(i['title']),'w') f.close()卡了好几天,一直不知道,搜了好多,倒是学了许多别的