【发布时间】:2023-03-13 01:21:02
【问题描述】:
我是 javascript 和 JSON 的新手,所以请原谅我。 我想控制台。记录“时间”的时间
let json = "{ "time":"28-10-2021T23:20:28.402Z", "remoteIP":"192.168.1.1", "host":"www.serveurlardon.com" }";
how to console.log(json.time) <-- dont work // the output i want is 28-10-2021T23:20:28.402Z
非常感谢
【问题讨论】:
标签: javascript html json web