Cooking Java
2010年3月2日 星期二
Java int to String(整數轉字串)
1. String stringValue = Integer.toString(12345);
2. String stringValue = String.valueOf(12345);
3. String stringValue = new String(""+12345);
沒有留言:
張貼留言
‹
›
首頁
查看網路版
沒有留言:
張貼留言