home_dm.html

来自「delphi6 programming example」· HTML 代码 · 共 15 行

HTML
15
字号
<!-- #include file="menu.html" -->

<p>This is the home page of the WSnap1 example of the book Mastering Delphi. Feel free to look the other pages listed in the menu above and to visit:
<ul>
	<li><a href="http://www.marcocantu.com">The author web site</a> </li>
	<li><a href="http://www.borland.com/delphi">Delphi's home page at Borland</a></li>
</ul>

<p>Application hits since last activation:
<%= Application.Count.Value %>

</body>
</html>

⌨️ 快捷键说明

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