public class ComboboxModel {. private String id;// id,內碼. private String text;// text顯示名稱. } //combobox中的每一行都是一個鍵值對id/text.
確定! 回上一頁