本文整理自网络,侵删。
function MACtoStr(MAC: array of byte):string;var I: integer;begin //.2 set prec for hex num For I:=0 to 5 do begin Result := Result + IntToHex(MAC[I],2); If I <> 5 Then Result := Result + ':'; end; Result := Result;end;
相关阅读 >>
Delphi xe7的android应用设定wifi的有效无效
更多相关阅读请进入《Delphi》频道 >>