gpt4 book ai didi

javascript - 如何获取JSON字符串的一部分?

转载 作者:行者123 更新时间:2023-11-28 13:17:09 24 4
gpt4 key购买 nike

            this.on('success', function(file, responseText) { 
var theID = JSON.stringify(responseText);
alert(theID);

window.location.href = ('want to put something here');

});

警报给我:

{"message":"成功","fileID":399}

我想获取 fileID 值,在本例中为 399。谢谢。

最佳答案

简单

window.location.href = responseText.fileID;

就可以了,因为responseText已经是JSON了

关于javascript - 如何获取JSON字符串的一部分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36832445/

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