如果我们要将 oldLayer 移动到 newLayer 前显示,应该怎么做呢? 获取 newLayer 在 map.layers 里的 index ,这里取名为 newLayerIndexmap.reorder(oldLayer, newLayerIndex) 即可