企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
### 概述 jdk5特性, 作用是减少开发的代码量, 实际用处很一般 . ~~~ import static java.lang.System.out; //最后一个必须是静态成员 public class Main { public static void main(String[] args) { out.println("hello"); //这里可以不用写System了 } } ~~~