gpt4 book ai didi

javascript - 来自 php 的 Jquery 移动 json

转载 作者:行者123 更新时间:2023-12-03 07:07:32 25 4
gpt4 key购买 nike

我从 php 获取 json 数据

代码:

I have added json_encode() to the php database output

JQUERY 移动版:

$.getJSON('custom/php/showresults.php',
function(data){
console.log(data)
}

console.log(数据)输出为:

{'name':'Geowan', 'surname':'hiu'}.

我如何将其更改为以对象方式输出,以便我可以使用访问数据 数据名称

最佳答案

您想直接访问数据吗?

$.getJSON('custom/php/showresults.php',
function(data){
console.log(data.name)
}

关于javascript - 来自 php 的 Jquery 移动 json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36753848/

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