我正在嘗試深入研究此 JSON 響應,以將位置數據保存到位置屬性中。endDate: `${ post.EventEndDate }`, // This workslocation: `${ post.Location.values.en-GB) }` // This is not workingJSON:[{EventStartDate: "2019-12-03T00:00:00",IsFeatured: false,EventCategories: ["Exhibition"],Location: "{"values":{"en-GB":"Paris, France"},"dtdGuid":"1355073c-2e61-439a-a8a7-2f3c1263d6a2"}",SyncId: "17119-PGPI"}]如何訪問 en-GB 值?正在為此苦苦掙扎。
如何深入到這個 JSON 對象
慕田峪7331174
2021-11-18 16:09:15
