随笔分类 -  System

摘要:long start = System.currentTimeMillis(); 程序开始执行的时间点 单位:毫秒 for(int i =0;i<1000;i++) { System.out.println("*"); } long end = System.currentTimeMillis(); 阅读全文
posted @ 2021-04-20 20:34 一块 阅读(116) 评论(0) 推荐(0)