2022年3月4日

Delphi 动态打开网页/网址的几种方式

摘要: Delphi 动态打开网页/网址的几种方式 1、使用TWebBrowser uses OleCtrls, SHDocVw; var WB:TWebBrowser; begin WB:=TWebBrowser.Create(Self); Self.InsertControl(WB); // 将WB作为 阅读全文

posted @ 2022-03-04 09:29 滔Roy 阅读(1472) 评论(0) 推荐(0)

导航