plugin.jsp

来自「一个java写的加密算法」· JSP 代码 · 共 32 行

JSP
32
字号
<%-- 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" %><fmt:setBundle basename="LocalStrings"/><html><!--   Copyright (c) 1999 The Apache Software Foundation.  All rights   reserved.--><title> <fmt:message key="plugin.jsp.title"/></title><body bgcolor="white"><h3> <fmt:message key="plugin.jsp.currenttime"/></h3><jsp:plugin type="applet" code="applet.Clock2.class"    codebase="applet"   jreversion="1.2" width="160" height="150" >    <jsp:fallback>        Plugin tag OBJECT or EMBED not supported by browser.    </jsp:fallback></jsp:plugin><p><h4><font color=red> <fmt:message key="plugin.jsp.appletcaption"/></font></h4></body></html>

⌨️ 快捷键说明

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