📄 plugin.jsp
字号:
<!--plugin.jsp文件代码-->
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head><title>plugin动作使用示例</title></head>
<body>
<center>
<br>
<font size="6">jsp:plugin动作使用示例</font><br>
<hr>
<!--用plugin加载Applet-->
<jsp:plugin type="applet" code="DrawingGraphic.class" height="300" width="300">
<jsp:fallback>
Plugin tag OBJECT or EMBED not supported by browser.
</jsp:fallback>
</jsp:plugin>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -