摘要:
需要jstl.jar包,然后在jsp页头导入 fn:contains(string, substring) 如果参数string中包含参数substring,返回true fn:containsIgnoreCase(string, substring) 如果参数string中包含参数substr... 阅读全文
摘要:
效果图(自己需要在前台加css修饰)代码部门 public class monthUtils{ static int[] _days = new int[] { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; private Date td; /*... 阅读全文