摘要:
Db.js数据库连接模块 const mysql = require("mysql"); const dbConfig = { host: "localhost", port: 3306, user: "root", password: "", database: "数据库" } const to 阅读全文
摘要:
请求方式请求数据存放位置请求内容类型浏览器载体显示后端使用模块备注GETurl的?后面, 格式key=value&key=valueapplication/x-www-form-urlencoded(绝大部分默认类型)Query String Praramterurl模块get方式传参大小有限制4k 阅读全文