如何在js中把一个字段中的省市区拆分成三个部分var address = '辽宁省沈阳市和平区' 以这个地址为例var proExp = '.+[省]', cityExp = '.+[市]', disExp = 2023-02-19JavaScript210