摘要: 语法:int strcmp(string str1, string str2) 注意:strcmp()函数 是 将 str1和str2 两个字符串 ,进行逐 字节 比较; 当 str1 > str2 时,返回值 为 1; 当 str1= str2 时,返回值 为 0; 当 str1 < str2 时 阅读全文
posted @ 2018-07-12 11:53 不死鸟·火凤凰 阅读(514) 评论(0) 推荐(0)