摘要: 配置Path环境变量 Path环境变量用于配置程序的路径,方便我们在命令行窗口的任意目录下启动该程序 使用命令行窗口运行程序HelloWorld public class HelloWorld{ public static void main(String[] args){ System.out.p 阅读全文
posted @ 2025-07-01 21:40 muyuxiaxing 阅读(3) 评论(0) 推荐(0)