如何节省调用某个方法时的时间。如果我创建一个公历日历,然后使用long variable =calendar.getTimeInMillis()节省时间,则此变量将继续运行。如何解决这个问题。 最佳答案 利用 :long t1 = System.currentTimeMillis();