¿我如何(使用 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: ""
}
]
我使用来自不同服务器中的 json 的 $.ajax() 。