摘要: string.h函数: 1.strlen 数出字符串存在多少字符; 2.strcmp 比较两个字符串,若相等返回0不相等返回1 3.strcpy(char *restrict dst,const char *restrict src); //以上为strcpy函数的原型声明 作用:将dst字符串用s 阅读全文
posted @ 2020-10-30 20:23 Kk-- 阅读(151) 评论(0) 推荐(0)