play.html

来自「This is the java code of JCal,if you fin」· HTML 代码 · 共 18 行

HTML
18
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>计算器</title>
</head>

<body bgcolor="#FFFFFF" text="#00FFFF">
<center>
<!-- Insert HTML here -->
<!--小程序的调用指令加在这里-->
<applet code="Calculator.class" align="baseline" width="110"height="155" VIEWASTEXT>
</applet>
</center>
</body>
</html>

⌨️ 快捷键说明

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