Node.js SDK 官方示例

  • node_api.js:使用内置模块调用 API,适用于 http/https 页面。
  • node_http.js:使用内置模块请求 Http 代理服务器,仅适用于 http 页面。
  • node_http_all.js:使用内置模块请求 Http 代理服务器,适用于 http/https 页面。
  • node_http_request.js:使用第三方模块 request 请求 Http 代理服务器,适用于 http/https 页面。
  • node_puppeteer_http.js:使用 puppeteer 模块请求 Http 代理服务器,适用于 http/https 页面。
zip 文件大小:26.81KB