String dontShow = (String)request.getParameter("dontShow");
if(StringUtil.isNotBlank(dontShow)&& (dontShow.equalsIgnoreCase("true") || dontShow.equalsIgnoreCase("on") ||
dontShow.equalsIgnoreCase("yes") || dontShow.equals("1"))){
}
java后台较验checkbox提交值
最新推荐文章于 2024-02-26 17:00:38 发布