摘要: 相关函数: //该函数返回str1中第一个匹配字符串str2的字符数,未找到返回null。 char *strpbrk(const char *str1, const char *str2) /* 若参数s1 和s2 字符串相同则返回0。s1 长度大于s2 长度则返回大于0 的值,s1 长度若小于s 阅读全文
posted @ 2020-07-29 09:09 葱葱葱茏 阅读(1032) 评论(0) 推荐(0)