$.ajax()方法详解 属性含义

案例代码:html $(function(){ $('#send').click(function(){ //点击id为#send的按钮 $.ajax({ //使用ajax type: "GET", //type : 请求方式 url: "test.json", //发送到请求的地址
相关文章
相关标签/搜索