$.ajax,$.post,$.get参数详解

1.ajax 参数 $.ajax(options);php url(String):发送请求的地址。html type(String):默认: "GET") 请求方式 ("POST" 或 "GET")。ajax async:true;默认为true,为异步请求,false为同步请求。json beforeSend(function);发送请求前可修改 XMLHttpRequest 对象的函数。浏览
相关文章
相关标签/搜索