前端ajax请求数据总结

ajax方法及跨域javascript $(function(){ /*ajax*/ //普通get请求 $.ajax({ type:"get", url:"http://datainfo.duapp.com/shopdata/getclass.php", async:true, success:function(data){ co
相关文章
相关标签/搜索