$(function () { axios.get('json/index.json').then(({ data }) => { //console.log(JSON.stringify(data)); //alert(data['ME'][0]['+好物']); }) });