We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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呢?是不是 知乎的登陆路径错了呢?