标签:strong 单位 时长 system float class 计算 方法 执行
long startTime=System.currentTimeMillis();
//执行方法
long endTime=System.currentTimeMillis();
float excTime=(float)(endTime-startTime)/1000;
System.out.println("执行时间:"+excTime+"s");
标签:strong 单位 时长 system float class 计算 方法 执行
原文地址:http://www.cnblogs.com/dongzy/p/6546904.html