• 2022-06-07
    给出下列代码的输出结果:public class E{public static void main(String args[]){System.out.println((int)'a');}}