indexOf(" "); // check where first space occurs. String s1 = s.substring (a+1);// start from the first word after space. System.out.println(s1); //print the ...
確定! 回上一頁