Efun 函数Contrib 扩展包string_difference本页总览string_difference 名称 string_difference() - 返回二个字符串的不同处的数量 语法 int string_difference( string str1, string str2 ); 描述 按字符顺序比较字符串 `str1` 和 `str2` 的不同,并返回不同值的数量。 参考 strcmp(3) 翻译 雪风([email protected])