//QString轉int QString c = "123456"; int d; d = c.toInt(); 4,double與QString //double轉QString double a = 123.456; QString b;
確定! 回上一頁