摘要: package com.fh.hello1; public class T { public static void main(String[] args) { new AMQP1.BasicProperties1().m(); } } class AMQP1 { static class Basi 阅读全文
posted @ 2024-08-10 13:17 干饭达人GoodLucy 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-08-10 13:04 干饭达人GoodLucy 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-08-10 12:52 干饭达人GoodLucy 阅读(2) 评论(0) 推荐(0) 编辑