<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>爬虫</title> [removed][removed] [removed] $(function () { ... - VerySource" />

c#爬虫最新技术
文件大小: 1k
源码售价: 10 个金币 积分规则     积分充值
资源说明:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="LHT.Search.UI.Test" %> <html <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>爬虫</title> [removed][removed] [removed] $(function () { $("#search").click(function () { $("#Imgs").html(""); $.post("/ashx/SearchImg.ashx", { url: $("#url").val() }, function (strdata) { $("#Imgs").html(strdata); }); }); }); [removed] </head> <body> <form id="form1" runat="server">
请输入url:<input type="text" id="url" /> <input type="button" id="search" value="开始爬取" />

</form> </body> </html>
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。