📄 getweblink.aspx
字号:
<%@ Page language="c#" Codebehind="GetWebLink.aspx.cs" AutoEventWireup="false" Inherits="Example_12_25.GetWebLink" %>
<HTML>
<HEAD>
<title>Example_12_25:使用ASP.NET获取网页中的链接</title>
<META http-equiv="content-type" content="text/html; charset=gb2312">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<P>
<asp:Label id="Label1" runat="server"></asp:Label>
<asp:TextBox id="urlTextBox" runat="server" Width="336px">http://www.msdn.com</asp:TextBox>
<asp:Button id="scrapeButton" runat="server"></asp:Button>
</P>
<HR width="100%" SIZE="1">
<P>
<asp:Label id="TipResult" runat="server"></asp:Label>
<asp:TextBox id="resultLabel" runat="server" TextMode="MultiLine" Width="100%" Height="400"></asp:TextBox>
</P>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -