[Solution found!] 用这个: QString number = QStringLiteral("%1").arg(yourNumber, 5, 10, QLatin1Char('0')); 这里的5对应于5 in printf("%05d")。10是基数, ...
確定! 回上一頁