We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
进展: 用express重构,现在已经实现根据不同按钮用ajax加载不同板块的新闻列表。 信息抓取部分用了一个叫cheerio的包。模板引擎用了jade,不过信息加载部分没有用模板引擎,ajax实现获取数据直接加入到dom里面,具体修改后续会进行。 代码已push。
问题: 早上试的时候会有不能加载同一板块不同页数的页面的数据的,不过刚刚好像解决了。
明天计划: 把数据装到json里面。 样式优化。 把所有板块都加入进来。
The text was updated successfully, but these errors were encountered:
v5
Sorry, something went wrong.
No branches or pull requests
进展:
用express重构,现在已经实现根据不同按钮用ajax加载不同板块的新闻列表。
信息抓取部分用了一个叫cheerio的包。模板引擎用了jade,不过信息加载部分没有用模板引擎,ajax实现获取数据直接加入到dom里面,具体修改后续会进行。
代码已push。
问题:
早上试的时候会有不能加载同一板块不同页数的页面的数据的,不过刚刚好像解决了。
明天计划:
把数据装到json里面。
样式优化。
把所有板块都加入进来。
The text was updated successfully, but these errors were encountered: