#include <cstring> int strcoll( const char *str1, const char *str2 );
strcoll() 函式比較 str1 和 str2,類似於 strcmp()。但是,strcoll() 使用 setlocale() 函式指定的區域設定進行比較。