在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-12-13
  • 2021-11-11
  • 2022-12-23
  • 2022-01-02
  • 2021-06-14
  • 2021-09-30
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案