get.html

来自「java的书上例子」· HTML 代码 · 共 46 行

HTML
46
字号
<HTML><!-- 此文件由BlueJ Java Development自动生成 --><!-- 环境.  每次自动生成 --><!-- applet在运行.  任何手动改变都将导致文件丢失 --><!-- 下次此applet在BlueJ中运行. 存为  --><!-- directory outside of the package directory if you want to    --><!-- preserve this file. -->    <HEAD>        <TITLE>GetApplets Applet</TITLE>    </HEAD>    <BODY>        <H1>GetApplets Applet</H1>        <HR>        <APPLET CODE="GetApplets.class"             WIDTH=200             HEIGHT=100            CODEBASE=.>                        ALT="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."            Your browser is ignoring the &lt;APPLET&gt; tag!              </APPLET>        <HR>        <APPLET CODE="Sender.class"             WIDTH=200             HEIGHT=100            CODEBASE=.>            	<PARAM NAME = name   VALUE = Wang>	<PARAM NAME = receiverName   VALUE = Zhao>            ALT="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."            Your browser is ignoring the &lt;APPLET&gt; tag!              </APPLET>        <HR>        <APPLET CODE="Receiver.class"             WIDTH=200             HEIGHT=100            CODEBASE=.>            	<PARAM NAME = name   VALUE = Zhao>            ALT="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."            Your browser is ignoring the &lt;APPLET&gt; tag!              </APPLET>        <HR>    </BODY></HTML>

⌨️ 快捷键说明

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