hello.aspx

来自「《精通ASP.NET网络编程》附带实例」· ASPX 代码 · 共 14 行

ASPX
14
字号
<html>
<title>ASP.NET中的Hello,World例子
</title>
<script language="VB" runat="server">
Function helloworld()
helloworld="我更爱ASP.NET!"
End Function
</script>
<body>
<%=helloworld%>
<p>
<asp:label id="hello" Text="我是一个label控件!" runat="server"/>
</body>
</html>

⌨️ 快捷键说明

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