c#爬虫最新技术

时间:2021-12-23 02:26:19
【文件属性】:

文件名称:c#爬虫最新技术

文件大小:1KB

文件格式:SLN

更新时间:2021-12-23 02:26:19

c#

<%@ 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>


网友评论