摘要: $.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 青芒灬 阅读(110) 评论(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) 编辑