您的当前位置:TAGS -> http.request
  • nodejs之http.request

    后端开发7小时前

    http.request(options[, callback]) 版本历史 options <Object> | <string> | <URL> protocol <string> 使用的协议。默认为 http:。 host <string> 请求发送至的服务器的域名或 IP 地址。默认为 l...