多层JSON数据为什么不能访问

我在JS中声明了一个json数据,然后里面又声明了子json 类型数据,想在里面绑定父级的数据,但是绑定失败 是什么原因呢?? 直接看图,

https://img1.mukewang.com/5bed2a2300015c4506630516.jpg

var json = {

type: 2,scity_3: '',scity: '杭州',ecity: '',ecity_3: '',date_go: '',date_back: '',code_3_go_json: {  
  url: 'http://118.178.225.32/hmp_website/yiplain/getairportlist.json',    parameters: {        'keywords': encodeURI(json.scity)
    },    success: function (data) {
        console.log(this);        console.log(data);
    }
},

}

红色箭头标注部分每次直接显示undefinde ,为什么呢,是因为只能在函数里面进行数据绑定么?


米琪卡哇伊
浏览 511回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript