问题描述
用什么方法可以获得combobox的内容并插入放到数据库中,combobox的下拉菜单项的内容是一个数组。JComboBoxpublisher=newJComboBox();String[]array=newString[]{"***出版社","**信息出版社","**大型出版社","***小型出版社"};publisher.setModel(newDefaultComboBoxModel(array));当我测试时,会显示Stringstr=publisher.getText();找不到符号,不知道为什么。
解决方案
解决方案二:
需要一场日志才能定位问题所在
解决方案三:
Stringstr=array[publisher.getSelectIndex()]
时间: 2024-10-27 05:31:58