📄 ex34a.aspx
字号:
<%@ Page Language="c#" Inherits="Ex34a.ManagedCPPPage" %>
<html>
<body>
<form runat=server>
<h3> Favorite .NET Features </h3>
<% DisplayFeatures(); %>
</br>
<asp:Label text="Type your name:" runat=server />
<asp:TextBox id="m_name" runat=server/> </br> </br>
<asp:Label Text="Select your favorite .NET feature:" runat=server /> </br>
<asp:CheckBoxList id="m_cblFeatureList" runat=server/> </br></br>
<asp:Button id="Submit" OnClick="SubmitInfo" Text="Submit" runat=server /> </br>
<asp:Label id="m_labelInfo" runat=server />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -