Method | Description | |
---|---|---|
WL ( string msg ) : void |
输出日志
|
|
WriteToTxt ( string fileName ) : void |
Method | Description | |
---|---|---|
DownLoadHtml ( string url ) : string |
下载
|
|
HtmlAnalyse ( string html ) : void |
分析
|
|
Process ( ) : void |
处理
|
|
TryTrim ( string str ) : string |
Try to string Trim
|
protected DownLoadHtml ( string url ) : string | ||
url | string | |
return | string |
protected abstract HtmlAnalyse ( string html ) : void | ||
html | string | |
return | void |