我用来显示文章页面数目的,如下效果
- HTML code
<select><option>i<option></select>
------解决方案--------------------
<select>
<s:iterator begin="1" end="10" status="status">
<option><s:property value="#status.count"/><option>
</s:iterator>
</select>
<select><option>i<option></select>