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

📄 shuffle.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="shuffle.jsp.title"/></title>  </head>  <body>    <h1><fmt:message key="shuffle.jsp.title"/></h1>    <hr>    <p><fmt:message key="shuffle.jsp.overview"/></p>    <hr>    <blockquote>     <font color="#ffffff">      <table>        <my:shuffle>          <jsp:attribute name="fragment1">            <tr>              <my:shuffle>                <jsp:attribute name="fragment1">                  <my:tile color="#ff0000" label="A"/>                </jsp:attribute>                <jsp:attribute name="fragment2">                  <my:tile color="#00ff00" label="B"/>                </jsp:attribute>                <jsp:attribute name="fragment3">                  <my:tile color="#0000ff" label="C"/>                </jsp:attribute>              </my:shuffle>            </tr>          </jsp:attribute>          <jsp:attribute name="fragment2">            <tr>              <my:shuffle>                <jsp:attribute name="fragment1">                  <my:tile color="#ff0000" label="1"/>                </jsp:attribute>                <jsp:attribute name="fragment2">                  <my:tile color="#00ff00" label="2"/>                </jsp:attribute>                <jsp:attribute name="fragment3">                  <my:tile color="#0000ff" label="3"/>                </jsp:attribute>              </my:shuffle>            </tr>          </jsp:attribute>          <jsp:attribute name="fragment3">            <tr>              <my:shuffle>                <jsp:attribute name="fragment1">                  <my:tile color="#ff0000" label="!"/>                </jsp:attribute>                <jsp:attribute name="fragment2">                  <my:tile color="#00ff00" label="@"/>                </jsp:attribute>                <jsp:attribute name="fragment3">                  <my:tile color="#0000ff" label="#"/>                </jsp:attribute>              </my:shuffle>            </tr>          </jsp:attribute>        </my:shuffle>      </table>     </font>    </blockquote>  </body></html>

⌨️ 快捷键说明

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