摘要: Node.js 目的 了解nodejs 了解后端 读取本地文件 连接数据库的响应请求 了解api接口文档 检测是否有node node-v 初始化项目 切换到项目目录 npm init -y 使用第三方模块 安装模块 npm i axios -S 导入模块 const axios = require 阅读全文
posted @ 2022-09-30 08:52 aureazjl 阅读(40) 评论(0) 推荐(0)