摘要:
package com.fh.hello1; public class T { public static void main(String[] args) { new AMQP1.BasicProperties1().m(); } } class AMQP1 { static class Basi 阅读全文
摘要:
package com.fh.hello1; public class T { public static void main(String[] args) { T t = new T(); t.new A().aHello(); t.new A().new B().bHello(); t.new 阅读全文
摘要:
package com.fh.hello1; public class T { public static void main(String[] args) { new A().aHello(); new A.B().bHello(); new A.B.C().cHello(); } static 阅读全文