前端从切图仔到http播报员,,,我经历了啥 Heathy帅道康 2022-07-28 131 阅读1分钟 /** * node 中http模块 */ const http = require('http'); console.log(http); // http请求方法 ---> 34 console.log(http.METHODS.length); // http状态码 ---> 63 console.log(Object.keys(http.STATUS_CODES).length);