使用:
console.log("First Item Author: "+myjson.value.items.0.author);
我收到以下错误:
Object Uncaught SyntaxError: Unexpected number
尝试访问以下对象:
使用:
console.log("First Item Author: "+myjson.value.items.0.author);
我收到以下错误:
Object Uncaught SyntaxError: Unexpected number
尝试访问以下对象: