listing0607.aspx
来自「asp入门到精通的源代码」· ASPX 代码 · 共 12 行
ASPX
12 行
<%@ Page Language="VB" %>
<%@ Register TagPrefix="ACME" Namespace="MyCustomControls" Assembly="CustomControls"%>
<html><body>
<form runat=server>
The custom control produces the following output:<p>
<ACME:CustomControl1 id="MyControl" runat=server
Message="Hello world!" />
</form>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?