标签:out 运行时 color class 时间 计算 style bsp sys
1 long start,end; 2 start = System.currentTimeMillis(); 3 for (int i = 0; i < 2000000000; i++) {} 4 end = System.currentTimeMillis(); 5 System.out.println("Run Time:" + (end - start) + "(ms)");
标签:out 运行时 color class 时间 计算 style bsp sys
原文地址:https://www.cnblogs.com/dawuge/p/9055367.html