work note
2012年5月14日 星期一
[JAVA] 字元轉成字串
※
字元轉成字串
1). ""+字元
利用字串運算
2).String.valueOf(char c) :
將 char 變數 c 轉換成字串
※
字元陣列轉成字串
2). String.valueOf(char[] data)
將 char 陣列 data 轉換成字串
3). String.valueOf(char[] data, int offset, int count) :
將 char 陣列 data 中 由 data[offset] 開始取 count 個元素 轉換成字串
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言