gpt4 book ai didi

jquery - 如何在 jQuery 中发送 PUT/DELETE 请求?

转载 作者:IT王子 更新时间:2023-10-29 03:23:26 24 4
gpt4 key购买 nike

GET:$.get(..)

POST:$.post()..

PUT/DELETE 怎么样?

最佳答案

您可以使用 ajax方法:

$.ajax({
url: '/script.cgi',
type: 'DELETE',
success: function(result) {
// Do something with the result
}
});

关于jquery - 如何在 jQuery 中发送 PUT/DELETE 请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2153917/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com