2020-10-21python错误

it2024-04-20  58

python 出错类型统计: 1 问题:程序报错:local variable ‘e’ referenced before assignment

解决:遇到这样的问题,说明你在声明变量e之前就已经对其进行了调用,定位到错误的地方,对变量进行重新的声明

最新回复(0)