jspplugin.jsp
来自「很好的一本书《JAVA设计模式》的随书源码9」· JSP 代码 · 共 9 行
JSP
9 行
<html><title> Plugin example </title>
<body bgcolor="white"><center>
<h3> Current time is : </h3>
<jsp:plugin type="applet" code="Clock2.class" codebase="/examples/jsp/plugin/applet" jreversion="1.3" width="190" height="150" >
<jsp:fallback>
Plugin tag OBJECT or EMBED not supported by browser.
</jsp:fallback>
</jsp:plugin>
</center></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?