摘要: public class day02change{ public static void main(String[] args) { // \t :一个制表位。实现对齐的功能 System.out.println("河南\t郑州\t巩义"); // \n :换行符 System.out.printl 阅读全文
posted @ 2023-03-15 16:46 小齐23/3/12 阅读(35) 评论(0) 推荐(0)
摘要: //对代码的相关说明//1.public class hello 表示hello是一个类,是一个public公有的类//2.hello{ }表示一个类的开始和结束//3.public static void main(String[] args 表示一个主方法,即我们程序的入口//4.main() 阅读全文
posted @ 2023-03-15 16:37 小齐23/3/12 阅读(41) 评论(0) 推荐(0)