为了账号安全,请及时绑定邮箱和手机立即绑定

为何使用load之后输出cheerio对象是这样的

输出结果如下:

{ [Function: initialize]

  fn:

   initialize {

     constructor: [Circular],

     _originalRoot:

      { type: 'root',

        name: 'root',

        namespace: 'http://www.w3.org/1999/xhtml',

        attribs: {},

        'x-attribsNamespace': {},

        'x-attribsPrefix': {},

        children: [Array],

        parent: null,

        prev: null,

        next: null } },

  load: [Function],

  html: [Function],

  xml: [Function],

  text: [Function],

  parseHTML: [Function],

  root: [Function],

  contains: [Function],

  merge: [Function],

  _root:

   { type: 'root',

     name: 'root',

     namespace: 'http://www.w3.org/1999/xhtml',

     attribs: {},

     'x-attribsNamespace': {},

     'x-attribsPrefix': {},

     children: [ [Object], [Object] ],

     parent: null,

     prev: null,

     next: null },

  _options:

   { decodeEntities: false,

     withDomLvl1: true,

     normalizeWhitespace: false,

     xml: false } }

啥信息都没有。

但是输出html却能输出网页的内容

正在回答

举报

0/150
提交
取消
进击Node.js基础(一)
  • 参与学习       219397    人
  • 解答问题       896    个

本视频教程带你揭开Node.js的面纱,带你走进一个全新世界

进入课程

为何使用load之后输出cheerio对象是这样的

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信