-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
关于lesson3抓取首页,链接和作者的问题 #165
Comments
//引入依赖 app.get('/',function(req,res,next){ |
按照一行的思路抓取的,参照了aimer1124的方法。不知道为啥按照 $('#topic_list .topic_title')抓取不到 @alsotang |
//你自己的问题,可以试试这段代码 |
$('#topic_list .user_avatar>img').each(function (idx, element) { |
“作者信息可以通过usser_avatar的href中获取”
|
No description provided.
The text was updated successfully, but these errors were encountered: