摘要: 1、设置浏览器 》属性 》目标(T)》加入--disable-web-security --user-data-dir=D./data (-- 前边有空格 ; = 后边是对应文件) 2、webstrom 》 file 》settings 》tools 》web browbrowsers 》选定浏览器 阅读全文
posted @ 2018-07-12 18:55 超级玛丽和大力水手 阅读(204) 评论(0) 推荐(0)
摘要: $.ajax({ url:'', type:'GET', //GET async:true, //或false,是否异步 data:{ }, //后台传输数据 // dataType:'json', ... 阅读全文
posted @ 2018-07-12 18:37 超级玛丽和大力水手 阅读(139) 评论(0) 推荐(0)