dice.html
来自「一个用JAVA编写的"股子博弈"Applet游戏」· HTML 代码 · 共 14 行
HTML
14 行
<html>
<head> <title>Dice Game</title> </head>
<body>
<hr>
<applet codebase="." code=dice.class width=200 height=230>
</applet>
<applet codebase="." code=dice.class width=200 height=230>
</applet>
<hr>
<h2>The Sources</h2>
<a href="dice.html">dice.java</a>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?