public enum Level{ INFO,ERROR; } Velocity template: #if($var == Level.INFO) ... #else ... #end
怎么办?提前致谢.
#if($var.name() == "INFO")