寄安 发表于 2021-9-28 21:01:41

pycharm运行后,结果没出错,但是没显示

如题
Process finished with exit code 0说明它也是没有出错嘛,但是就没有显示结果,函数里面有print的操作
请各位看一下

Twilight6 发表于 2021-9-28 21:14:45



get_one_page 的 :

if requests.status_codes 改成 if response.status_codes

reaponse.text 改成 response.text

建议以后拷代码,图片不如直接上代码

寄安 发表于 2021-9-28 21:23:59

Twilight6 发表于 2021-9-28 21:14
get_one_page 的 :

if requests.status_codes 改成 if response.status_codes


谢谢,受教了
页: [1]
查看完整版本: pycharm运行后,结果没出错,但是没显示