std::sort(sortList->begin(), sortList->end(), [](const QString & str1, const QString & str2){return str1.compare(str2, Qt::CaseInsensitive) ...
確定! 回上一頁