Delphi System.StrCopy 复制Char 字符串
Delphi System.StrCopy 复制Char 字符串
原型:
char* strcpy(char* strDest,const char* strSrc);
Delphi 使用示例:
var
  arr: array[0..5] of Char; 
begin
  StrCopy(arr, 'Delphi');
  ShowMessage(arr);    {Delphi}
end;
创建时间:2020.06.02 更新时间:
    博客园 滔Roy https://www.cnblogs.com/guorongtao 希望内容对你有所帮助,谢谢!
 
                    
                     
                    
                 
                    
                 
                
            
         
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号