textView.append("myInt is " + Integer.toString(myInt) + "\n"); textView.append("myChar is " + Character.toString(myChar) + "\n");
確定! 回上一頁