发布网友
共1个回答
热心网友
public class App { public static void main(String[] args) { String str = new String("abcd"); System.out.println(str.charAt(0)); }