#include <QList> #include <QDebug> int main() { int max = qMax(100, 200); // max == 200 QString s1 = "A"; QString s2 = "B Mar 03, ...
確定! 回上一頁