delete接口中怎么获取数组参数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了delete接口中怎么获取数组参数相关的知识,希望对你有一定的参考价值。

参考技术A $.ajax(
type: "get",
url: "
contentType: "application/json",
data: ID: "1", NAME: "Jim", CREATETIME: "1988-09-11" ,
success: function (data, status)
if (status == "success")
$("#div_test").html(data);


);

以上是关于delete接口中怎么获取数组参数的主要内容,如果未能解决你的问题,请参考以下文章

soapui调用rest接口参数怎么获取

OC 接口入参类型为 array, 请求类型为 delete 该如何传值

如何在 PHP 中获取 PUT/DELETE 参数

spring MVC 怎么获取前端传递的数组参数

php函数里面怎么获取post过来的值

【PHP】laravel怎么获取网址里面的参数