用sublime 写的public class Hello {
public static void main(String[] args) { System.out.println("你好世界"); }
}
之前还能运行得出结果现在不知道为什么变成这样了
执行一下:chcp 65001