easyui combobox 值怎样获取

$('#com').combobox('getValue')获取当前选中的值
$('#com').combobox('getText')获取当前选中的文字

原文地址:https://www.cnblogs.com/lhlong/p/5748453.html