Title
摘要: 自定义注解 import java.lang.annotation.*; @Target(ElementType.FIELD) @Inherited @Retention(RetentionPolicy.RUNTIME) public @interface padValWithSpace{ // 开 阅读全文
posted @ 2025-06-04 17:31 快乐小洋人 阅读(4) 评论(0) 推荐(0)