摘要: var form = new formidable.IncomingForm(); form.parse(req, function(err, fields, files) { console.log({fields: fields, files: files}); }); 阅读全文
posted @ 2016-09-19 15:47 会奔跑的胖子 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 百度jquery引用地址 http://apps.bdimg.com/libs/jquery/1.6.4/jquery.js http://apps.bdimg.com/libs/jquery/1.6.4/jquery.min.js http://apps.bdimg.com/libs/jquery 阅读全文
posted @ 2016-09-19 15:45 会奔跑的胖子 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Wayou/p/es6_new_features.html 阅读全文
posted @ 2016-09-19 15:18 会奔跑的胖子 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://www.w3.org/html/ig/zh/wiki/ES5#.E8.A1.A8.E8.BE.BE.E5.BC.8F ECMAScript 5(在线手册) http://es6.ruanyifeng.com/#docs/intro ECMAScript 6 (在线手册) 阅读全文
posted @ 2016-09-19 08:58 会奔跑的胖子 阅读(614) 评论(0) 推荐(0) 编辑