输入下面方法传入参数是一个时间戳,例如1382904793783,下面这个方法是什么含义?private Long selectTimeInterval(Long time) {return time /(15*1000);} 查看完整描述