📄 linkextract.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LinkExtract.aspx.cs" Inherits="LinkExtract" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<div>
<asp:TextBox ID="txtURL" runat="server" Style="z-index: 100; left: 126px; position: absolute;
top: 161px" Width="217px">http://</asp:TextBox>
<asp:Label ID="lCount" runat="server" Style="z-index: 101; left: 123px; position: absolute;
top: 188px" Width="400px"></asp:Label>
<asp:Label ID="Label2" runat="server" Style="z-index: 102; left: 127px; position: absolute;
top: 96px" Text="Link Extractor" Width="159px"></asp:Label>
<asp:Button ID="btnExtract" runat="server" OnClick="btnExtract_click" Style="z-index: 103;
left: 373px; position: absolute; top: 160px" Text="Extract all Links" />
<asp:ListBox ID="txtLinks" runat="server" Height="282px"
Style="z-index: 104; left: 126px; position: absolute; top: 225px" Width="395px" OnSelectedIndexChanged="txtLinks_SelectedIndexChanged">
</asp:ListBox>
<asp:Label ID="Label1" runat="server" Style="z-index: 106; left: 79px; position: absolute;
top: 162px" Text="URL"></asp:Label>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -