摘要: 1.编辑代码 public class Test{ public static void main(String[] args){ //输出消息到控制台 System.out.print("hello world!"); }} 注意: ①类名要和文件名一样 ②每组括号成对出现,与相应代码头部对齐 ③ 阅读全文
posted @ 2020-02-25 23:17 Alvingo 阅读(392) 评论(0) 推荐(0)