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