随笔分类 - NodeJS
摘要://了不了解node.js nodejs不是前端的必备知识体系 它是一个加分项 前端层面的node掌握包管理使用 commonjs模块化语法 const http =require('http')//引入搭建服务器的核心模块http const server = http.createServer(
阅读全文
摘要:- let xhr = new XMLHttpRequest() - xhr.onreadystatechange=function(){ if(xhr.readystate 4&&xhr.status 200){ console.log(xhr.response) } } - xhr.open(请
阅读全文

浙公网安备 33010602011771号