最新 最热

ajax jQuery.getJSON 和fetch()加载json文件

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

2022-04-01
0