2013年4月22日 ... Java - 字串英文字字首變大寫. String s = "abcde";. s = s.toUpperCase().charAt(0) + s.substring(1); ...
www.dotblogs.com.tw