#include <QtCore/QDateTime> #include <QtCore/QDebug> int main(int argc, int argv){ qDebug() << QDateTime::currentDateTime().toString(Qt::ISODate); qDebug() ...
確定! 回上一頁