QMap 是Qt 實現的一種map, 與c stl map 使用方法一致。 ... #include <QDebug> void showmap(QString str); QMap<int, int> map; int main(int argc, ...
確定! 回上一頁