gpt4 book ai didi

jquery - 在 jQuery 中解析 bool json 值

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

在这个 fiddle 中,我只是想返回 true : http://jsfiddle.net/WCFtp/对于 jQuery 键“已保存”

为什么我收到错误“Uncaught SyntaxError: Unexpected token s”

代码如下:

        var test = "{saved: true}";
var jsonSaveResponse = jQuery.parseJSON(test);
alert(jsonSaveResponse.saved);

最佳答案

应为var test = '{"saved": true}';

关于jquery - 在 jQuery 中解析 bool json 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11090958/

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