上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 1、没有对应的控制器 2、有控制器但是路径没有配对 阅读全文
posted @ 2018-08-27 16:56 青芒灬 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-27 15:45 青芒灬 阅读(331) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ type: "post", url: "http://demo.feihutaoke.com/?m=ajaxpost&a=send", data: { is_not_top: 1, page: 2, ... 阅读全文
posted @ 2018-08-17 18:09 青芒灬 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1 // 自适应 2 function autoScreen(){ 3 var font_size = 40; 4 var col_num = 640 / font_size; 5 var adapterSize = window.innerWidth / col_num; 6 var htmlElement = document.getElement... 阅读全文
posted @ 2018-08-17 10:22 青芒灬 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-14 20:41 青芒灬 阅读(118) 评论(0) 推荐(0) 编辑
摘要: if(/(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)) { console.log('是'); } else { console.log('否'); } 阅读全文
posted @ 2018-08-14 10:11 青芒灬 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 做服务器nginx配置的时候有出现过 400 Bad Request 服务器无法理解请求的格式,客户端不应当尝试再次使用相同的内容发起请求。 阅读全文
posted @ 2018-08-10 14:58 青芒灬 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-10 11:40 青芒灬 阅读(405) 评论(0) 推荐(0) 编辑
摘要: //设置跨域访问 阅读全文
posted @ 2018-08-09 09:29 青芒灬 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 使用window.print()后,未关闭打印页面,原网页不能操作,此时可以试着用window.location.reload()重新加载页面解决问题。 阅读全文
posted @ 2018-08-07 10:32 青芒灬 阅读(3403) 评论(1) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页