Qt中int ,float ,double轉換為QString 有兩種方法1.使用QString::number(); 如: [cpp] view plaincopyprint? 1. long a = 63; 2.
確定! 回上一頁