2017年10月31日
摘要: html: <form id="reg" action="123.html"> <p class="myerror"></p> <p>帐号:<input type="text" name="user" id="user" /></p> <p>密码:<input type="text" name="p 阅读全文
posted @ 2017-10-31 11:17 执候 阅读(180) 评论(0) 推荐(0) 编辑
摘要: /*vue-resource为了跨域获取到cookie做的操作*/ babel-polyfill用正确的姿势安装之后,引用方式有三种: 1.require("babel-polyfill"); 2.import "babel-polyfill"; 3.module.exports = { entry 阅读全文
posted @ 2017-10-31 11:08 执候 阅读(2039) 评论(0) 推荐(0) 编辑