【发布时间】:2013-01-22 07:36:43
【问题描述】:
¿我如何(使用 Jquery)从这个 json 结果中获取特定值?例如电子邮件
[
{
address: "",
province: "",
firstName: "Anna",
email: "anna@example.org",
postalCode: "",
key: "135",
type: "technical",
description: "",
isPrimaryContact: true,
phone: "",
country: "",
city: "",
salutation: "",
position: " Projects Leader, Academic Systems",
lastName: ""
}
]
我使用 $.ajax() ,来自不同服务器中的 json。
【问题讨论】:
-
这是无效的 JSON