资源说明:<%@ 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">
</form> </body> </html>
请输入url:<input type="text" id="url" />
<input type="button" id="search" value="开始爬取" />
</form> </body> </html>
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。