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({
相關文章
相關標籤/搜索