QString time_format = "yyyy-MM-dd HH:mm:ss";. QDateTime a = QDateTime::currentDateTime();. QString as = a.toString(time_format);.
確定! 回上一頁