2025年2月9日
摘要: 1、随便新建一个文件夹,存放代码 2、新建一个java文件,会生成一个class文件 3、编写代码 public class hello//文件名{ public static void main(S//大写tring[] args){ System.out.print("Hello,world") 阅读全文
posted @ 2025-02-09 15:57 hansdant 阅读(76) 评论(0) 推荐(0)