We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,代码运行后台打印结果正常,
resp = self.sess.get(link, cookies = self.cookies) soup = bs4.BeautifulSoup(resp.text, "html.parser") 这段代码能够正常解析到resp,打印出添加购物车成功,是检查购物车的时候发现实际并没有添加进去。 请问是什么原因啊? requests.get(link) 我自己使用这个方法可以正常添加到购物车
The text was updated successfully, but these errors were encountered:
这个问题我也发现了,这种情况出现的原因是你购物车里有已经存在物品了,我将购物车清空之后删除cookie重新登录就可以了。如果只是情况购物车,不重新登录还是会存在你说的这个问题
Sorry, something went wrong.
我试了几次是没有登陆的结果,要重新登陆
No branches or pull requests
你好,代码运行后台打印结果正常,
resp = self.sess.get(link, cookies = self.cookies)
soup = bs4.BeautifulSoup(resp.text, "html.parser")
这段代码能够正常解析到resp,打印出添加购物车成功,是检查购物车的时候发现实际并没有添加进去。
请问是什么原因啊?
requests.get(link) 我自己使用这个方法可以正常添加到购物车
The text was updated successfully, but these errors were encountered: