本文整理自网络,侵删。
delphi使用Edge Browser浏览器组件 http://www.delphitop.com/html/kongjian/6207.html
varLScriptText:string;begin LScriptText := 'javascript: ' + '' + 'document.documentElement.scrollTop=10000;';EdgeBrowser1.ExecuteScript(LScriptText);
相关阅读 >>
Delphi中如何捕获mediaplayer播放的视频中的每一帧 ?
Delphi gethomepath - 获取用户程序数据目录
更多相关阅读请进入《Delphi》频道 >>