AlexSJC 的博客

归档

2023 年 04 月

2023-04-02

var timeout = prompt("请输入刷新时间间隔(秒)"); var current = location.href; if (timeout > 0) { setTimeout('reload()', 1000 * timeout); } else { locatio