📄 spride.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Spride.aspx.cs" Inherits="Spride" %>
<%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc1" %>
<!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>Mail爬虫</title>
</head>
<body>
<form id="form1" runat="server">
<div>
输入路径:<asp:TextBox ID="txtURL" TextMode="multiLine" runat="server" Height="108px" Width="485px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="*" ControlToValidate="txtURL"></asp:RequiredFieldValidator>每条一行
<br />
匹配样式:<asp:TextBox ID="txtPatten" runat="server" Width="487px">\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*</asp:TextBox><br />
选择线程数量:<asp:DropDownList ID="ddlNum" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
</asp:DropDownList><br />
<asp:Button ID="Button1" runat="server" Text="提取邮件" OnClick="Button1_Click" /><br />
<br />
<asp:Panel ID="pnSave" runat="server" Height="50px" Width="589px">
邮件列表:<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
隶属组:<asp:DropDownList ID="ddlGroupID" runat="server">
</asp:DropDownList>
<asp:Button ID="Button2" runat="server" Text="保存到邮件列表" OnClick="Button2_Click" /></asp:Panel>
<br />
<uc1:WebUserControl ID="WebUserControl1" runat="server" />
<A href="MailSend.aspx"></A></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -