simplestwebsample.htm

来自「非常实用的条形码制作工具」· HTM 代码 · 共 28 行

HTM
28
字号
<HTML>
<HEAD>
<META HTTP-EQUIV="Expires" CONTENT="0">
<title>Simplest Web Sample</title>
</HEAD>
<BODY>
<h1>Simplest Web Sample</h1>

This simplest web sample consists of a simple procedure: Type the following
URLs (modifications may be required to fit your environment) one at
a time in your browser's URL field and then press enter.
<pre>
http://localhost/Barcode.Net/Barcode.aspx
http://localhost/Barcode.Net/BarcodeHandler.aspx
</pre>
You should see a barcode each time,
<p>
<img src="simplest.gif">
</p>
<p>
Otherwise, you would see error messages on the screen, telling you what the problem is.
</p>
<p>
You should always try this sample first in a new environment.
</p>
</BODY>
</HTML>

⌨️ 快捷键说明

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