JQuery发送Put、Delete请求

http://blog.csdn.net/majian_1987/article/details/9038045php DELETE:ajax $.ajax({ url: '/script.cgi', type: 'DELETE', success: function(result) { // Do something with the result } }); PUT:url $.ajax({
相关文章
相关标签/搜索