code102.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>cookie <%Cookie cookie1 = new Cookie("user","tom");response.addCookie(cookie1);%>${cookie.user.value}
code102.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>cookie <%Cookie cookie1 = new Cookie("user","tom");response.addCookie(cookie1);%>${cookie.user.value}
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/124377.html
code100.jsp 获取requestScope范围的数据${requestScope.userName}${sessionScope.manager}${applicationScope.message}
code097.jsp EL逻辑运算userName = ${userName}pwd = ${pwd}/${userName != && (userName==大王)}${userName != && (userName==大王)}/${userName == tom && pwd == 123}${userName == tom && pwd == 123}
阅读 2545·2021-11-23 09:51
阅读 3103·2019-08-30 15:54
阅读 1051·2019-08-30 14:14
阅读 3499·2019-08-30 13:59
阅读 1354·2019-08-29 17:09
阅读 1441·2019-08-29 16:24
阅读 2828·2019-08-29 15:43
阅读 888·2019-08-29 12:45