easyui中combobox下拉列表
combobox如下
$('#majorId').combobox({url : 'majorManagerAction!toolListMajor.action',valueField:'id',textField:'text',editable:false, //不可手动输入required:true //必填});
JSONObject jsonObject = new JSONObject();jsonObject.put("result", "success");//原来这个是不能传递过去的 jsonObject.put("rows", jsonArray); //只需要传递json字符串