gpt4 book ai didi

jquery 查找它是 json 还是 xml

转载 作者:行者123 更新时间:2023-12-01 08:28:42 25 4
gpt4 key购买 nike

我想知道响应是 json 还是 xml,如何使用 jquery 找到它?

我当前的代码如下,但如果响应是 json,它会给出错误。

var is_xml = ($('status_code', XMLHttpRequest.responseText)) ? true : false;

错误是:

Selector expected.

Expected ',' or '{' but found '"}}"'.

最佳答案

根据documentationajaxError 回调的第三个参数是传递到 jQuery.ajax 调用中的选项对象。您可以查询该对象的 dataType 值,以确定该调用是否预期返回 json 或 xml。当然,这假设您首先适本地设置了 dataType 选项。

关于jquery 查找它是 json 还是 xml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1529694/

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