- page指令:配置jsp的页面
- contentType:response.setContentType();
- 设置响应体的mime类型以及字符集
- 设置当前jsp页面的编码
- import导包
- error
- 代码格式<%@ contenType="text/html;charset=utf-8" import="" errorPage="500"//隐藏错误信息 isErrorPage="true" //就可以使用exception对象 %>
- include:导入页面的资源文件
- taglib:导入资源