如何在 HTML 中在 Web 存储区域更新时执行脚本?


使用 HTML 中的onstorage属性在 Web 存储区域更新时执行操作。你可以尝试运行以下代码来实现onstorage属性 -

示例

<!doctype html>
<html>
   <head><title>HTML onstorage</title>
   </head>
   
   <body>
      <h2>Welcome</h2>
      <body onstorage = "javascript:alert('Your learning journey!');">
      Demo text</body>
   </body>
</html>

更新于:2019 年 7 月 30 日

123 个浏览量

开启你的职业生涯

通过完成课程获得认证

开始
广告