摘要: 1.C 库函数 - strcmp() 这个函数用于比较两个字符串的大小。 下面是 strcmp() 函数的声明。 int strcmp(const char *str1, const char *str2)返回值是整型。如果返回值是0,则表示两个字符串相等。如果返回值<0,则表示str2大于str1 阅读全文
posted @ 2019-11-18 17:35 YBossy 阅读(172) 评论(0) 推荐(0)