本文整理自网络,侵删。
delphi使用Edge Browser浏览器组件 http://www.delphitop.com/html/kongjian/6207.html
varLScriptText:string;begin LScriptText := 'javascript: ' + '' + 'document.documentElement.scrollTop=10000;';EdgeBrowser1.ExecuteScript(LScriptText);
相关阅读 >>
Delphi 打造mygetprocaddress函数(Delphi源码)
Delphi android / ios应用程序中使用tgeocoder类进行反向地理编码(从位置信息中获取地址)
更多相关阅读请进入《Delphi》频道 >>