(3)組合字符串的另一個函數是QString::sprintf(),此函數支持的格式定義和C++庫中的函數sprintf()定義一樣,例如: QString str; str.sprintf("%s" ...
確定! 回上一頁