wangpengfei8313

$.ajax({

  url:"https://www.baidu.com",//请求地址

  dataType:"xml",//数据类型(xml、html、script、text、json、jsonp)

  async:"true",//是否异步(false或者true;默认值为true)

  data:"{\'键\',\'值\'}",//键值对的形式

  type:"GET",//请求格式GET和POST

  beforesend:function(){},

  success:function(){},

  complete:function(){},

  error:function(){},

})

分类:

技术点:

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2021-09-30
  • 2021-06-02
  • 2021-09-30
  • 2021-09-30
  • 2021-06-01
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2021-07-02
  • 2022-12-23
  • 2021-12-16
  • 2022-02-07
  • 2022-02-10
相关资源
相似解决方案