首頁 > 問答 > 主體
使用<c:import url="/1.jsp"></import>为什么浏览器没有正确显示出包含的结果呢?如下图:
PHPz2017-04-17 18:00:57
看樣子應該是你的jstl taglib schema沒有聲明。
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>