QDateTime datetime = QDateTime::currentDateTime();. QString str = datetime.toString("Date:yyyy-MM-ddThh:mm:ss.zzz");. qDebug()<<str<<endl;.
確定! 回上一頁