当前位置:首页
> python
运行py报错: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \xXX esc
刚刚在运行python文件的时候竟然报SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes...
python爬虫最新微博评论爬取方法(非url中拼接page=方法)
今天一友叫我帮忙改微博评论爬虫代码!直接上代码import requests import json url_comment = ['http:...