多项选择题

A.getSelectedValues,返回一个对象数组,其中有所有选中的选项的内容
B.isSelectedIndex,表示返回的序号都是被选中的项的序号
C.getSelectIndices,返回一个整数数组,其中保存有所有选中的选项的序号
D.getSelectedValue,返回所有选中的选项的内容,通过一个字符串来表示
E.getSelectedIndex,返回第一个选中的选项的序号,序号从0开始算