我想要显示消息,然后使用setTimeout函数隐藏它们。所以我希望传递给setTimeout函数的函数接受一个参数,隐藏消息,这样我就可以使用一个泛型回调函数。我尝试了下面的代码,但是在回调执行时label参数是未定义的。label.html('the message!');
function hideMes
5000); console.log("Order number: " , " is delivered");我试图传递回调函数的参数,但当我这样做时,我得到了以下错误代码: throw new TypeError('"callback" argument must be a function');^
TypeError: "callback" arg
对于从函数内部调用的setTimeout,我遇到了一个问题。setTimeout对get_zone_counts函数进行递归调用(仅在出错的情况下)。在第一次调用setTimeout时,retry_delay参数按照函数的第一次调用被正确设置。但是在随后对setTimeout的调用中,retry_delay参数是未定义的。 at _exceptionWithHostPort