ajax getJSON用例:$.getJSON('./' + mapCode + '.json', function (data) { if (data) { console.log(data); } })fetch用法:fetch('./data...