摘要:
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
阅读(10)
评论(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
阅读(7)
评论(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
阅读(8)
评论(0)
推荐(0)