我在名为 json/img_desc.json 的文件夹中有一个 json 文件
这是json文件
{ "theimages":[
{
"number":1,
"title":"Joy Toy teddy bear",
"description":"In etc etc"
} etc etc
然后我使用此代码尝试获取第一个值。
$.getJSON('json/img_desc.json', function(theimages) {
console.log(img_desc.theimages.number[0]);
});
错误
它说这个
[15:06:46.951] ReferenceError: img_desc 未定义@file:///[为隐私删除]/js/puzzle.js:246