Hello World 发表于 2016-09-25 文章目录 新博开张~~ 123456789/** * @author https://kefeng.wang * @date 2016-09-25 20:33:21 */public class HelloWorld { public static void main(String[] args) { System.out.println("Hello world!"); }} 更多信息: 首页