setInterval(updateClock,60)的含义是( )?
每隔60秒调用一次updateClock()
每隔60毫秒调用一次updateClock()
每隔60分钟调用一次updateClock()
每分钟调用60次updateClock()