如何把整數int轉換成文字字串string 語法:文字 = Integer.toString(int); 範例: string msg; msg = Integer.toString(money);