摘要: public class Ok { public static void main(String[] args) { //单行注释 注释一行文字 //输出一个 System.out.println("args = " + Arrays.deepToString(args)); //多行注释 /*注释 阅读全文
posted @ 2021-09-20 15:44 珍霞 阅读(8) 评论(0) 推荐(0)