C++ : QTime / QDateQDate date = QDate::currentDate();int year = date.year();int month = date.month();int day = date.day();QTime curTime ...
確定! 回上一頁