思考者zy  

2021年12月5日

摘要: 命令行传参 在程序运行时传递消息,要靠传递命令行参数给main()函数实现 package scanner;​public class 运行时参入 { public static void main(String[] args) { for (int i = 0; i < args.length; 阅读全文
posted @ 2021-12-05 20:30 思考者zy 阅读(39) 评论(0) 推荐(0)