public class Test { public static void main(String args[]) { String s = "www.w3big.com"; char result = s.charAt(8); System.out.println(result); } }.
確定! 回上一頁