摘要:在 JSP 中: 在对应的 ActionForm 中: public String getCheckbox() { return checkbox; } public void setCheckbox(String s) { if (s == null) { checkbox = ""; } else { checkbox = s; ...
阅读全文
posted @ 2008-02-28 18:03
posted @ 2008-02-28 18:03