首页 > TAG信息列表 > fdId

EKP Ajax

  一.Ajax  1.1.jQuery.ajax jQuery.ajax(...) 部分参数: url:请求地址 type:请求方式,GET、POST(1.9.0之后用method) headers:请求头 data:要发送的数据 contentType:即将发送信息至服务器的内容编码类型(默认: "application/x-wwwform-urlencoded; charset=UTF-8") async:是否异步 time