Javap查看Class指令

javac Hello.java [java]   view plain  copy public class Hello{      static int num = 1;      void hello(){           String s = "aa";           System.out.println(s);           String s2 = new String(
相關文章
相關標籤/搜索