摘要: 代码如下: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> 阅读全文
posted @ 2022-03-11 22:35 塵暘 阅读(268) 评论(0) 推荐(0) 编辑
摘要: JSP一共有9个内置对象:request、response、session、application、out、pageContext、config、page和exception。 这里主要说四个:PageContext、request、session、application PageContext:保 阅读全文
posted @ 2022-03-11 20:17 塵暘 阅读(40) 评论(0) 推荐(0) 编辑