pnviewer4ie.html

来自「java 完全探索的随书源码」· HTML 代码 · 共 18 行

HTML
18
字号
<html>
  <head>
    <title>Planetary Nebula Viewer - IE Version</title>
  </head>

  <body>
    <center>
      <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
              height=450
              width=450
              codebase="http://java.sun.com/products/plugin/1.3/jinstall-12-win32.cab@Version=1,3,0,0">
        <param name="code" value="PNViewer4.class">
        <param name="type" value="application/x-java-applet;version=1.3">
      </object>
    </center>
  </body>
</html>

⌨️ 快捷键说明

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