返回的requests.models.Response不能使用r.join()函数
GoldIsland opened this issue · 2 comments
GoldIsland commented
r = session.post('http://www.zhihu.com/login/email', data=loginData, headers=header)
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
为什么不能转化为 json呢?是不是 知乎的登陆路径错了呢?
TessChan commented
我也有同样的问题,这个问题解决了吗
ymGdragon commented