1.计算程序运行时间: 1.设置起始时间:long t=System.currentTimeMillis();//获得系统的时间 2.在程序运行到结束减去起始时间:t=System.currentTimeMillis()-t;