摘要: 1、strcat函数原型如下:char *strcat(char *strDest, const char *strScr) //将源字符串加const,表明其为输入参数{ char * addres... 阅读全文
posted @ 2016-09-15 22:22 gendlee1991 阅读(23) 评论(0) 推荐(0)