📄 jiaoyou.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="jiaoyou.aspx.cs" Inherits="jiaoyou" %>
<!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>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0" width="1000px">
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">交友会员信息采集</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>交友网址:</td>
<td><asp:TextBox ID="TextBox3" runat="server" Width="443px"></asp:TextBox></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>请输入要采集的信息的范围:</td>
<td><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
<td>到</td>
<td><asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">
会员图片保存路径:<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
</td>
</rt>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td align="center">
<asp:Button ID="Button1" runat="server" Text="开始采集" OnClick="Button1_Click" />
<asp:Label ID="Label1" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="height:20px"></td>
</tr>
<tr>
<td>
<asp:ListBox ID="ListBox1" runat="server" Width="996px" Height="328px"></asp:ListBox>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -