摘要: for(var i = 0 ;i<xx.length;i++){ ((i)=>{ xx[i].onclick = ()=>{ //执行的代码 }; })(i); } 阅读全文
posted @ 2019-08-18 16:32 ChienPop 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 子语句之间的顺序: WHERE GROUP ORDER LIMIT 阅读全文
posted @ 2019-08-18 16:29 ChienPop 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 首先创建一个index.js,在里面引入相关的中间件,如果没有这些中间件,则需要在nodejs里进入index.js所在的文件夹安装这些模块,安装命令:npm install express express-static cookie cookie-session body-parser multe 阅读全文
posted @ 2019-08-18 10:54 ChienPop 阅读(711) 评论(0) 推荐(0) 编辑