Skip to content
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 项目:简单爬虫输出包括主题的作者 #153

Open
WangEn opened this issue Feb 23, 2018 · 1 comment
Open

lesson3 项目:简单爬虫输出包括主题的作者 #153

WangEn opened this issue Feb 23, 2018 · 1 comment

Comments

@WangEn
Copy link

WangEn commented Feb 23, 2018

      $('#topic_list .cell').each(function (idx, element) {
        var $element = $(element);
        items.push({
          title: $element.find('.topic_title').attr('title'),
          href: $element.find('.topic_title').attr('href'),
          author: $element.find('.user_avatar img').attr('title')
        });
      });      
@alsotang
Copy link
Owner

alsotang commented Aug 29, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants