alarmie.html

来自「介绍java的例子,介绍怎么使用java的类库,以及使用方法.」· HTML 代码 · 共 30 行

HTML
30
字号
<!--DONT TRANSLATE ME -- DFWY-->
<HTML>
<head>
<style>
<!--
.DFKC_DFWY_ContrastFmt { display:inline; height: 1 }
.DFKC_DFWY_LinkContrastFmt { display:inline; height: 1; cursor: hand }
.DFKC_DFWY_PYSpan { display: inline; height: 1; text-align: center; padding: 0 }
.DFKC_DFWY_PYFont { font-family: Courier New; font-size: 8ptpt; color: #FFffff }
.DFKC_DFWY_ContrastFont {color: #FFffff}
-->
</style>
<meta charset="gb2312">
<meta http-equiv="Content-Type" 
content="text/html; charset=gb_2312-80">
<title>
一只闹钟
</title>
</head>
<body>
<p>
<applet code="AlarmClock.class" align="baseline" width="550" 
height="420">
<param name="img" value=".">
</applet>
</p>
<hr>
</body>
</html>

⌨️ 快捷键说明

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