const QList<QString> data1({ "one", "two", "three" }); const QList<QString> data2 = data1 + QList<QString>({ "four", "five" });.
確定! 回上一頁