1.Jquery 获取表单的数据,可以用表单序列化 arr = $('#form').serializeArray();
2.img标签,会有一个border,使用vertical-align: top;
3.js动态的插入表格写一个插入表格的函数
4.表格的验证可以用动态绑定类名的方式v-bind
5.移动端,用rem,vw,px进行换算,适应所有的移动端
6.jquery的ajax的post请求方式,需要 dataType: "json", contentType: 'application/json;charset=UTF-8', headers: { "Content-Type":"application/json;charset=UTF-8" },
7.Access to XMLHttpRequest at 'www.onysakura.com:8091/clubwebserv…' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
存在跨域,后台的CORS没有处理,出现了CORS的阻塞