请教如何获取easyui-combobox下拉菜单的多个选中值

2025-03-13 00:59:49
推荐回答(1个)
回答1:

$("#cc").combobox("getValues");

通过id去获取值,使用getValues。

返回的选中值格式为: 1,2,3