DELETE
:
$.ajax({ url: '/script.cgi', type: 'DELETE', success: function(result) { // Do something with the result } });
PUT
:
$.ajax({ url: 'script.php', type: 'PUT', success: function( response ) { } });
本文共 216 字,大约阅读时间需要 1 分钟。
DELETE
:
$.ajax({ url: '/script.cgi', type: 'DELETE', success: function(result) { // Do something with the result } });
PUT
:
$.ajax({ url: 'script.php', type: 'PUT', success: function( response ) { } });
转载地址:http://cwjcx.baihongyu.com/