⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jspattribute.jsp

📁 一个java写的加密算法
💻 JSP
字号:
<%-- Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved. Use is subject to license terms.--%><%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %><%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%><fmt:setBundle basename="LocalStrings"/><html>  <head>    <title><fmt:message key="jspattribute.jsp.title"/></title>  </head>  <body>    <h1><fmt:message key="jspattribute.jsp.title"/></h1>    <hr>    <p><fmt:message key="jspattribute.jsp.overview"/></p>    <br>    <jsp:useBean id="foo" class="samples.webapps.simple.jsp2.examples.FooBean">      <fmt:message key="jspattribute.jsp.beancreated"/>...<br>      <jsp:setProperty name="foo" property="bar">        <jsp:attribute name="value">	  <my:helloWorld/>        </jsp:attribute>      </jsp:setProperty>    </jsp:useBean>    <br>    Result: ${foo.bar}  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -