Cpp基础知识:字符串之比较函数strcmp() 发布于 2022-02-11 1、介绍 描述 C 库函数 int strcmp(const char *str1, const char *str2) 把 st …