Jquery Ajax 2 BG7ZAG | 2017-8-10 21:55 | 1,676 | 0 | 程序开发 351 字 | 2 分钟 后端index.js const exp = require('express') app = exp() app.use(exp.static('static')) app.listen(3000,()=>{ console.log('服务器运行了') }) index.html <!DOCTYPE html>… AjaxjQuery
jQuery Ajax 1 BG7ZAG | 2017-8-10 21:50 | 1,721 | 0 | 程序开发 1383 字 | 7 分钟 需要安装Node.js本地测试,本次还需下载layer弹出层插件和jQuery.js 后端index.js: const exp = require('express') const bodyParser = require('body-parser') const app = exp() app.use(exp.static('wwwroot')… AjaxjQuery