文件名称:auto-reload-page:按指定的时间间隔自动重新加载页面
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-21 13:32:20
automatic frame page reload frameset
自动重新加载页面 以指定的时间间隔自动重新加载页面。 安装 npm install auto-reload-page 用法 import autoReloadPage from "auto-reload-page" ; // Open url in a separate window and reload every 10 seconds autoReloadPage ( "https://www.ipcc.ch/" , 10000 ) ; 原料药 autoReloadPage(URL,[间隔],[标题]) 以指定的时间间隔自动重新加载页面。 类型:全局函数 参数 类型 默认 描述 网址 string 要打开的网址 [间隔] number 60 * 1000 每次重装之间的间隔 [标题] string ""Page content auto reloadin
【文件预览】:
auto-reload-page-main
----index.html(902B)
----.npmignore(100B)
----LICENSE.md(1KB)
----README.md(3KB)
----.editorconfig(147B)
----.gitignore(33B)
----index.js(1KB)
----CHANGELOG.md(657B)
----package-lock.json(538B)
----package.json(876B)