close

String inputStr=new String();

char inputChar;

inputStr=console.readLine();

intputChar=inputStr.charAt(0);


intputStr是一個字串,我們如果需要字串的最前面一個字元,因此透過將字串中的最前面一個字元取出,並設定給inputChar。其中,
charAt是String類別的實體函式,也就是String物件的方法


函式原型: public char charAt(int index)
所屬類別: java.lang.String
功能:回傳字串的第index個字元,index由0開始計數

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 roapple10 的頭像
    roapple10

    資訊文章心得分享

    roapple10 發表在 痞客邦 留言(0) 人氣()