代码默认效果 默认效果一片黑 Thread thread = new Thread(() -> { System.out.println("hello world!"); System.out.println("welcome to Westworld!"); }); thread.start(); 代码高亮效果 Thread thread = new Thread(() -> { System.out.println("hello world!"