在运行Django时候一直出现错误 :PermissionError: [Errno 13] Permission denied 错误原因:在后端代码中读取了文件,却没有关闭。 解决方法:添加关闭文件指令: xx.close()