Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed

文書の過去の版を表示しています。


Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed

Get size of Collection

<%@ page import="java.util.*" %>
<%@ page isELIgnored="false" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 
<%
List ll = new ArrayList();
ll.add("India");
ll.add("Pakistan");
        request.setAttribute( "ll" , ll ) ;
%>
<c:out value="${fn:length(ll)}" />

コメント

コメントを入力. Wiki文法が有効です:
V H N E V
 

QR Code
QR Code study:jsp:jstl (generated for current page)