【函数作用】:strcat的作用是连接两个字符串,l例如chars1[]="hello",chars2[]="world",strcat(s1,s2)的结果就是"helloworld",中间没有空格.strcat的作用是连接两个字符串,l例如chars1[]="hello",ch
【函数作用】:strcat的作用是连接两个字符串,l例如chars1[]="hello",chars2[]="world",strcat(s1,s2)的结果就是"helloworld",中间没有空格.strcat的作用是连接两个字符串,l例如chars1[]="hello",ch