gpt4 book ai didi

javascript - 为什么 window.location.reload 不能作为一级函数传递?

转载 作者:行者123 更新时间:2023-11-30 21:21:35 25 4
gpt4 key购买 nike

<分区>

为什么会这样,

setTimeout(function() { window.location.reload() }, 3000);

但这不是吗?

setTimeout(window.location.reload, 3000);

我收到以下错误:TypeError: 'reload' called on an object that doesn't implement interface Location.

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com