09 2019 档案

摘要:合成图片 阅读全文
posted @ 2019-09-24 18:31 A-zero 阅读(223) 评论(0) 推荐(0)
摘要:1.电脑安装了node.js 2.安装express 3.数据库创建好,可以使用wamp自带的mysql 4. //安装cors插件的代码 5.前端可使用ajax访问连接'http://127.0.0.1:5000/',接收数据 阅读全文
posted @ 2019-09-12 16:22 A-zero 阅读(781) 评论(0) 推荐(0)
摘要:首先,我们需要一个input,后面的span用来存放验证信息, <input type="tel" placeholder="电话号码" maxlength="11" required="required" pattern="^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7 阅读全文
posted @ 2019-09-11 15:44 A-zero 阅读(2696) 评论(0) 推荐(0)
摘要:首先确保安装了node环境。 安装cnpm npm install cnpm -g a.创建react项目 1.在终端输入 cnpm install -g create-react-app create-react-app my-app cd my-app/ npm start react项目创建完 阅读全文
posted @ 2019-09-09 16:53 A-zero 阅读(341) 评论(0) 推荐(0)
摘要:$.getJSON('./js/th.json',function(e){ console.log(e); }); 阅读全文
posted @ 2019-09-04 10:08 A-zero 阅读(2710) 评论(0) 推荐(0)