摘要:
checkboxlist可以选择多个值,在action中用string型接值时接到的是像这样的值 A,B,C面从DB中往页面写给checkboxlist赋值则要求这么写Action中:private String[] selQuestionAnswer = null;/** * @return the selQuestionAnswer */ public String[] getSelQuestionAnswer() { return selQuestionAnswer; } /** * @param selQuestionAnswer... 阅读全文
posted @ 2013-03-28 21:31
码农加一
阅读(1788)
评论(0)
推荐(0)

浙公网安备 33010602011771号