赞
踩
// 引入http和https模块 const http = require('http'); const https = require('https'); // 目标网址 const url = 'https://www.baidu.com'; // 发送请求