教学流程: https://jingyan.baidu.com/article/6dad5075d1dc40a123e36ea3.html
IDEA官网: https://www.jetbrains.com
下载社区版本(免费)
创建新文件的方式 代码块
public class hello { public static void main(String[] args) { System.out.println("hello world"); } }