QString 與string相互轉換可以用如下方法: QString::toStdString(); QString::fromStdString(); 數字和QString互相轉換: QString::number(); //數.
確定! 回上一頁