1. 二级联动(不带“全部”选项)
绑定值:{{selectedOptions1}}
区域码转汉字:{{CodeToText[selectedOptions1[0]]}},{{CodeToText[selectedOptions1[1]]}}
汉字转区域码:{{convertTextToCode(CodeToText[selectedOptions1[0]], CodeToText[selectedOptions1[1]])}}
2. 二级联动(带有“全部”选项)
绑定值:{{selectedOptions3}}
区域码转汉字:{{CodeToText[selectedOptions3[0]]}},{{CodeToText[selectedOptions3[1]]}}
汉字转区域码:{{convertTextToCode(CodeToText[selectedOptions3[0]], CodeToText[selectedOptions3[1]])}}
3. 三级联动(不带“全部”选项)
绑定值:{{selectedOptions2}}
区域码转汉字:{{CodeToText[selectedOptions2[0]]}},{{CodeToText[selectedOptions2[1]]}},{{CodeToText[selectedOptions2[2]]}}
汉字转区域码:{{convertTextToCode(CodeToText[selectedOptions2[0]], CodeToText[selectedOptions2[1]], CodeToText[selectedOptions2[2]])}}
4. 三级联动(带"全部选项")
绑定值:{{selectedOptions4}}
区域码转汉字:{{CodeToText[selectedOptions4[0]]}},{{CodeToText[selectedOptions4[1]]}},{{CodeToText[selectedOptions4[2]]}}
汉字转区域码:{{convertTextToCode(CodeToText[selectedOptions4[0]], CodeToText[selectedOptions4[1]], CodeToText[selectedOptions4[2]])}}