Java 语言使用 @interface 语法来定义注解( Annotation ),它的格式如下: public @interface Report { int type() default 0; String level() default "info"; ...
確定! 回上一頁