首先需要引入標簽
<pre>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
</pre>
然后型宙,就可以在頁面中正常的使用了
<pre>
fn:length(list)
</pre>
首先需要引入標簽
<pre>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
</pre>
然后型宙,就可以在頁面中正常的使用了
<pre>
fn:length(list)
</pre>