我试图覆盖clearTimeout函数,它在除IE之外的所有浏览器中都运行得非常好(在IE8中测试)。clearTimeout = function(){};Object doesn't support this actionwindow.clearTimeout= function(){};
它工作得非常好,覆盖了clearTimeout。而且,在我的代码中的任何地方,我都直接调用clearTimeout,而不是将其称为因此,即使我重写c
因此,我尝试获取setTimeout的ID,以便能够在clearTimeout(ID)中使用它。获取ID的第一种方法是调用userFailedInTime(),我还有一点computerScore。// in componentDidMount() and sets computerScore 1 point higher which is not what I want
// The second way to