摘要: setInterval(function(),时间)定时重复发送请求 阅读全文
posted @ 2018-08-02 16:23 吴大哥 阅读(119) 评论(0) 推荐(0) 编辑
摘要: var check = [];//定义一个空数组 $("input[name='category']:checked").each(function(i){//把所有被选中的复选框的值存入数组 check[i] =$(this).val(); }); $.ajax({ type : "post", 阅读全文
posted @ 2018-08-02 16:18 吴大哥 阅读(2903) 评论(0) 推荐(0) 编辑