摘要: 需要jstl.jar包,然后在jsp页头导入 fn:contains(string, substring) 如果参数string中包含参数substring,返回true fn:containsIgnoreCase(string, substring) 如果参数string中包含参数substr... 阅读全文
posted @ 2014-08-29 00:09 莫名字 阅读(2295) 评论(0) 推荐(0) 编辑
摘要: 效果图(自己需要在前台加css修饰)代码部门 public class monthUtils{ static int[] _days = new int[] { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; private Date td; /*... 阅读全文
posted @ 2014-08-29 00:06 莫名字 阅读(613) 评论(0) 推荐(0) 编辑