jianli ZHANG

Results 2 issues of jianli ZHANG

Hello,Robbert: Thank you so much for your tutorial I have just a question: if i didn't put the TestController.java and StatelessCSRF.java in the same package,i cant pass my unit test...

我试着用了你们的API获取follow我的知乎人的followers 人数 大部分都运行挺好的 但爬有些人时候 会出现如下错误 我看get_followers_num的原码。。觉得没问题啊 不是很理解 Error in get_followers_num followers_num = int(soup.find("div", class_="zm-profile-side-following zg-clear") \ AttributeError: 'NoneType' object has no attribute 'find_all' 代码如下 ``` if __name__ == '__main__': user_url...