本文整理自网络,侵删。
uses FMX.Helpers.iOS, Macapi.Helpers;
procedure TForm1.Button1Click(Sender: TObject);const URL = 'http://delphitop.com/';begin SharedApplication.openURL(StrToNSUrl(URL));end;
相关阅读 >>
Delphi webbrowser中模拟连接点击(非鼠标模拟)
Delphi decodeutf8str解决系统自带utf8解码缺陷
更多相关阅读请进入《Delphi》频道 >>