QString 是Unicode字元的集合,它是Qt API中使用的字串類。 ... QChar(0x03a3); QString str; str.sprintf("%s %.3f", "float", 3.1415926); //str結果 ...
確定! 回上一頁