【问题标题】:how to store the values of the table in cookies如何将表的值存储在 cookie 中
【发布时间】:2021-06-18 18:33:07
【问题描述】:

【问题讨论】:

    标签: javascript cookies store key-value-store


    【解决方案1】:

    localStorage.myTable = document.querySelector('#myTab').innerHTML.trim() // 存储

    document.querySelector('#myTab').innerHTML = localStorage.table // 恢复

    【讨论】:

      猜你喜欢
      • 2012-05-21
      • 2021-01-04
      • 1970-01-01
      • 2018-02-06
      • 1970-01-01
      • 2011-09-30
      • 2020-12-09
      • 2020-07-04
      • 1970-01-01
      相关资源
      最近更新 更多