Delphi 快速Ping局域网IP或网站并返回结果的方式
摘要:
Delphi 快速Ping局域网IP并返回结果的方式 引入单元:WinSock; function PingHost(HostIP: string): boolean; type PIPOptionInformation = ^TIPOptionInformation; TIPOptionInfor 阅读全文
posted @ 2021-05-11 17:08 滔Roy 阅读(901) 评论(0) 推荐(0) 编辑