101先生

使用ajax 发送put请求

1, 直接上代码

$.ajax({
  url: url,
  type: 'put',
  contentType:"application/json",
  success: function(data) {

  }
})

posted on 2017-05-25 13:21  邹小邹168  阅读(493)  评论(0编辑  收藏  举报

导航