摘要: $.ajax({ url:'input' ,data:{'json':JSON.stringify(json)} ,type:"POST" ,success:function(res) { alert(res); } ,error:function () { alert("查询失败"); } }); 阅读全文
posted @ 2019-07-17 13:43 ZC_Wang 阅读(172) 评论(0) 推荐(0) 编辑