lzzxm

 举例说明:

$.ajax({
            url: "./map/city/" + cityMap[name] + ".json",
            type:"GET",
            dataType:\'json\',
            success: data => {
              echarts.registerMap(name, data);
              const d = this.transformXianData();
              this.rederXianMap(name, d);
            }
          });

 

分类:

技术点:

相关文章: