This is a pretty simple question really. If I use setInterval(something, 1000)
, can I be completely sure that after, say, 31 days it will have triggered "something" exactly 60*60*24*31
times? Or is there any risk for so called drifting?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…