..
Traceback (most recent call last):
File "D:/Learning Tools/pycharm-file/project/PPPzhihui.py", line 104, in
main()
File "D:/Learning Tools/pycharm-file/project/PPPzhihui.py", line 23, in main
datalist = getData(baseurl)
File "D:/Learning Tools/pycharm-file/project/PPPzhihui.py", line 30, in getData
for i in range(0,5):#调用获取信息的函数5次(每页5个项目)
UnboundLocalError: local variable 'range' referenced before assignment
Process finished with exit code 1
你是不是对range当成变量赋值了