1 2 3 4 5 6 7 8 9 10 11 12 | <c:import url=" expression" context=" expression" charEncoding=" expression" var=" name" scope=" scope"> <c:param name=" expression" value=" expression"/> ... </c:import> |
1 2 3 4 5 6 | <c:catch var="exception"> <c:import url="ftp://ftp.example.com/package/README"/> </c:catch> <c:if test="${not empty exception}"> Sorry, the remote content is not currently available. </c:if> |
1 2 3 4 5 6 7 8 | <c:redirect url=" expression" context=" expression"> <c:param name=" expression" value=" expression"/> ... </c:redirect> |
1 2 3 4 5 6 | <c:catch var="exception"> <c:import url="ftp://ftp.example.com/package/README"/> </c:catch> <c:if test="${not empty exception}"> <c:redirect url="/errors/remote.jsp"/> </c:if> |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |