Method | Description | |
---|---|---|
ExecScript ( |
||
ExecScript ( object callbackCOMObj, |
||
GetScriptRoot ( ) : string | ||
PluginBase ( ) : Cabbage.Crawler.Analysis | ||
Start ( ) : void |
Method | Description | |
---|---|---|
GetScript ( string scriptFile ) : string |
获取脚本
|
public ExecScript ( |
||
crawlerUrl | ||
scriptFile | string | |
method | string | |
completed | Action | |
return | void |
public ExecScript ( object callbackCOMObj, |
||
callbackCOMObj | object | |
crawlerUrl | ||
scriptFile | string | |
method | string | |
completed | Action | |
return | void |
protected GetScript ( string scriptFile ) : string | ||
scriptFile | string | 脚本文件名 |
return | string |
public PluginBase ( ) : Cabbage.Crawler.Analysis | ||
return | Cabbage.Crawler.Analysis |