善忘技术夹 Logo
善忘技术夹
技术文章 · 1639 阅读

测试代码的显示效果

public class Test{ public static void main(String[] args) { System.out.println(“hello world!”); } }