QDateTime dateTime(QDateTime::currentDateTime()); QString qStr = dateTime.toString("yyyyMMddhhmmss"); /*将时间转换为字符串格式为eg:20190806121314*/