<%@page language=”java” contentType=”text/html;charset=gb2312”

session=”true” buffer=”64kb”autoFlush=”true” isThreadSafe=”true”

info=”text” errorPage=”error.jsp”isErrorPage=”true” isELIgnored=”

true” pageEncoding=”gb2312”import=”java.sql.*”%>

isErrorPage:是否能使用Exception对象;isELIgnored:是否忽略EL表达式;

<%@include file=”filename”%>

<%@taglib prefix=”c”uri=”http://……”%>

相关文章:

  • 2021-09-25
  • 2021-07-03
  • 2022-12-23
猜你喜欢
  • 2021-08-26
  • 2021-05-24
  • 2021-08-29
  • 2021-08-18
  • 2021-12-27
  • 2021-10-31
  • 2021-12-24
相关资源
相似解决方案