2019.9.21 更

添加图层
map.addLayer(Shp);

移除图层
map.removeLayer(Shp);

隐藏图层
shp.hide();

显示图层
shp.show();