0 int b = QString::compare( "abc", "def" ); // b 0 int c = QString::compare(" abc", "abc" ); // c == 0_qt 字符串比较">
赞
踩