本文整理自网络,侵删。
function IPToStr(ip: array of UCHAR): string;begin Result := Format('%d.%d.%d.%d', [ip[0], ip[1], ip[2], ip[3]]);end;
相关阅读 >>
Delphi xe android-uri-管理联系人uri
Delphi mysql里Delphi事件类型转unix时间戳
更多相关阅读请进入《Delphi》频道 >>
本文整理自网络,侵删。
function IPToStr(ip: array of UCHAR): string;begin Result := Format('%d.%d.%d.%d', [ip[0], ip[1], ip[2], ip[3]]);end;
相关阅读 >>
Delphi xe android-uri-管理联系人uri
Delphi mysql里Delphi事件类型转unix时间戳
更多相关阅读请进入《Delphi》频道 >>
管理员已关闭评论功能...