Giter Club home page Giter Club logo

Comments (9)

zzuzsj avatar zzuzsj commented on July 21, 2024

咱俩学习的方向好像差不多。。。 canvas+node。。。

from blog.

Aaaaaaaty avatar Aaaaaaaty commented on July 21, 2024

@zzuzsj 哈哈哈这俩比较有意思

from blog.

zzuzsj avatar zzuzsj commented on July 21, 2024

我也喜欢这俩玩意儿 很感兴趣

from blog.

Aaaaaaaty avatar Aaaaaaaty commented on July 21, 2024

@zzuzsj 多多交流哈哈

from blog.

zzuzsj avatar zzuzsj commented on July 21, 2024

1127284964 我的qq

from blog.

luozheao avatar luozheao commented on July 21, 2024

运行了下代码,发现抓取的13个页面的内容都一样,也就是说参数传了0,5,10,15,,,,,,, 但并没有起到分页的效果,望解答

from blog.

luozheao avatar luozheao commented on July 21, 2024

我debug出来了, superagent.get(baseUrl).query({ params: params}) 应该改成superagent.get(baseUrl).query({ params: JSON.stringify(params)})

哥,不仔细啊

from blog.

Aaaaaaaty avatar Aaaaaaaty commented on July 21, 2024

@luozheao 谢谢指出;之前可能是没仔细看抓取的内容

from blog.

Ocean-ZH avatar Ocean-ZH commented on July 21, 2024
superagent.get(baseUrl)
          ...
          .end(function(err, obj) {
           ...
            res.end(JSON.stringify(items))
            ...
          })

res.end(JSON.stringify(items))
如果在这里就响应那在页面上就看不到最终的结果了--

from blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.