johnny 发表于 2016-9-1 18:57:11

45、JSP的常用指令

45、JSP的常用指令

<%@page language="java" contenType="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(是否忽略表达式)

 


页: [1]
查看完整版本: 45、JSP的常用指令