我从服务器获取了一些JSON值,但我不知道是否会有特定的字段。
有时我会以这种形式得到答复
{
"regatta_name":"ProbaRegatta",
"country":"Congo",
"status":"invited"
}
Run Code Online (Sandbox Code Playgroud)
有时我会收到这种形式的回复
{
"regatta_name":"ProbaRegatta",
"country":"Congo",
"status":"invited",
"vehicle": "yes"
}
Run Code Online (Sandbox Code Playgroud)
如何检查javascript对象中是否存在车钥匙?