$.ajax({ type: type, //url: NGBOSS.APP_URL+"/simulation/personalkind", url:url, dataType:"json", success: function(msg){ $.combobox_json=msg; $('#onebusiness_servermodify_usertype_value').combobox('loadData',$.combobox_json); } });改变combobox的值。。我项目中就用的这样的方式。我是用的jQuery 不知道 对你有没有帮助