Map<Long, Object> map = new HashMap<Long, Object>(); map.put(new Long(1), "one"); map.put(new Long(2), "two");. In JSTL <c:if test="${not empty map[1]}">.
確定! 回上一頁