struts1标签之html:optionsCollection
我们常常把一组集合放到每个页面的下拉框中,这里利用struts1的html:optionsCollection可以省很多事。举个例子:写一个公共静态方法:public static Collection getAllType() {Collection col = new ArrayList();col.add(new LabelValueBean("所有终端", ""));c