QTime tm(11, 16, 30, 55); QString str = "hh:mm:ss.zzz: "; ui->label->setText(str + tm.toString("hh:mm:ss.zzz")); }.
確定! 回上一頁