在jsp页面中不能通过${list.size}取列表长度,而是 
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> 

list的长度是:${fn:length(list)} 

 

相关文章:

  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2021-04-09
猜你喜欢
  • 2022-01-24
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案