electric.html

来自「用于一医院的电子病历系统. JAVA开发。很有参考价值。」· HTML 代码 · 共 17 行

HTML
17
字号
<html xmlns="http://www.w3.org/1999/xhtml">  <head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    <title>DynarchMenu: electric</title>    <style type="text/css"> @import url("../src/skin-xp-extended.css"); body { background: #aaa; }</style>    <script type="text/javascript">      // WARNING: the following should be a path relative to site, like "/hmenu/"      // here it is set relative to the current page only, which is not recommended      // for production usage; it's useful in this case though to make the demo work      // correctly on local systems.      _dynarch_menu_url = "../src/";    </script>    <script type="text/javascript" src="../src/hmenu.js"></script>  </head>  <body onload="DynarchMenu.setup('menu', { electric: 250 });">    <p>      The following menu is 鈥渆lectric鈥

⌨️ 快捷键说明

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