Cookies(2学时)
上一节
下一节
自定义解码编码函数库
l 编写自定义tld文件(放在WEB-INF目录下)
l 编写实现类
l 在JSP页面声明标签库
<%@ taglibprefix="custom" uri="/customFunction" %>
l 在JSP页面使用
value="${custom:decoder(cookie.username.value,'UTF-8')}">
value="${custom:encoder(cookie.username.value,'UTF-8')}">