var styleJson = [
...
{
featureType: "arterial",
elementType: "labels",
stylers: {
visibility: "off",
curZoomRegionId: "0",
curZoomRegion: "9,9",
level: "9"
}
}
...
];
map.setMapStyleV2({ styleJson });
已解决,把百度 api2.0换成 api3.0 就 ok 了