|
|
| |
|
页面中的JaVa函数 | |
| 阅读 460 次 更新时间:2014/4/18 | |
判断要执行的这个函数 A 是否存在?Doc: IHTMLDocument2; Script: IHTMLScriptElement; Doc:= WebBrowser.Document as IHTMLDocument2; Len:= Doc.Scripts.Length; for I:= 0 to len-1 do begin Script:= (Doc.Scripts.item( I, 0) as IHTMLScriptElement); 在Script.Text里面查吧 end; | |
|
|
|