資源簡介
即系
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Text.Regularexpressions;
using?Winista.Text.HtmlParser;
using?Winista.Text.HtmlParser.Visitors;
using?Winista.Text.HtmlParser.Util;
using?Winista.Text.HtmlParser.Filters;
using?Winista.Text.HtmlParser.Tags;
using?System.Text;
public?partial?class?_Default?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????string?data?=?““;
????????try
????????{
????????????data?=?HTMLHelper.GetHttpData(“http://www.baidu.com“);
????????}
????????catch?(Exception?ex)
????????{
????????????Response.Write(ex.ToString());
????????}
????????Parser?parser?=?Parser.CreateParser(data?null);
????????HtmlPage?page?=?new?HtmlPage(parser);
????????try?
????????{
parser.VisitAllNodesWith(page);
}?
????????catch?(ParserException?ex)?
????????{
????????????Response.Write(ex.ToStrin
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1366??2011-04-15?17:47??AnalyzeHtml\AnalyzeHtml\App_Code\HTMLHelper.cs
?????文件?????200704??2010-05-25?12:55??AnalyzeHtml\AnalyzeHtml\Bin\ICSharpCode.SharpZipLib.dll
?????文件?????196608??2011-04-19?17:10??AnalyzeHtml\AnalyzeHtml\Bin\Winista.HtmlParser.dll
?????文件?????886272??2011-04-19?17:10??AnalyzeHtml\AnalyzeHtml\Bin\Winista.HtmlParser.pdb
?????文件????????102??2011-04-14?12:10??AnalyzeHtml\AnalyzeHtml\Default.aspx
?????文件???????1539??2011-04-19?17:11??AnalyzeHtml\AnalyzeHtml\Default.aspx.cs
?????文件????????145??2011-04-15?09:51??AnalyzeHtml\AnalyzeHtml\web.config
?????文件???????2504??2011-04-19?17:11??AnalyzeHtml\AnalyzeHtml.sln
????..A..H.?????31744??2011-04-19?17:22??AnalyzeHtml\AnalyzeHtml.suo
?????文件???????2597??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\AssemblyInfo.cs
?????文件???????1976??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\AbstractData.cs
?????文件???????1791??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\ColumnData.cs
?????文件???????1259??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\ColumnDataCollection.cs
?????文件???????3489??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\HeadData.cs
?????文件???????2311??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\ImageData.cs
?????文件???????1334??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\ImageDataCollection.cs
?????文件???????3643??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\li
?????文件???????1326??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\li
?????文件???????2232??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\me
?????文件???????1469??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\me
?????文件???????3557??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\PageData.cs
?????文件???????2122??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\RowData.cs
?????文件???????1270??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\RowDataCollection.cs
?????文件???????1856??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\TableData.cs
?????文件???????1242??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Data\TableDataCollection.cs
?????文件????????843??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Extractors\AbstractExtractor.cs
?????文件???????2179??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Extractors\EmailAddressExtractor.cs
?????文件????????699??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Extractors\ImageExtractor.cs
?????文件???????2594??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Extractors\Imageli
?????文件???????2560??2011-04-15?16:23??AnalyzeHtml\HtmlParser2003\Extractors\li
............此處省略187個文件信息
評論
共有 條評論