std::vector<int> cont; std::sort(cont.begin(), cont.end()); ... 现在我想知道相同的范例是否与Qt QList<> 类一起使用,或者是否有更优雅的方法来实现它。
確定! 回上一頁