对于iPad,以下代码在表单的首字母中显示[0 Items]。但对于PC浏览器,它没有显示任何内容。
将帖子 即使列表框中包含数据,数据也不会显示在iPad的列表框中。
<s:select id="myList" name="myIds" list="myList" listKey="key" listValue="value" multiple="true" cssClass="selection-big" theme="simple"
onchange="detectChangeValue(this.options[this.selectedIndex].value,'a');"/>
如何让它不显示[0 Items]并在iPad浏览器的列表框中显示真实列表?
将帖子