1、QString格式化arg前面自动补0int seconds = m_calc.elapsed() / 1000;int hour = int(seconds / 3600);int min = int((seconds - hour * 3600) ...
確定! 回上一頁