会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
哪有什么岁月静好,不过是有人替你负重前行!
longfei825
博客园
首页
新随笔
联系
订阅
管理
2021年11月14日
解决:name 'requests' is not defined
摘要: 比如这段代码现在出现NameError: name ‘requests’ is not defined from bs4 import BeautifulSoup words = ["旗帜", "计算机", "乾坤", "理工"] for word in words: r = requests.ge
阅读全文
posted @ 2021-11-14 10:14 longfei825
阅读(1598)
评论(0)
推荐(0)
编辑
Python AttributeError: 'set' object has no attribute 'items'
摘要: 极其有可能你把一组dict,用逗号相隔了例如{“id”,id}应该为{“id”:id}
阅读全文
posted @ 2021-11-14 10:06 longfei825
阅读(439)
评论(0)
推荐(0)
编辑
公告