【发布时间】:2021-06-18 18:33:07
【问题描述】:
https://github.com/palani-08/travelblog/blob/main/html/table.html/table%20submission_files/index.html [我已附上此文件,我无法在 cookie 中获取表的值]
【问题讨论】:
标签: javascript cookies store key-value-store
https://github.com/palani-08/travelblog/blob/main/html/table.html/table%20submission_files/index.html [我已附上此文件,我无法在 cookie 中获取表的值]
【问题讨论】:
标签: javascript cookies store key-value-store
localStorage.myTable = document.querySelector('#myTab').innerHTML.trim() // 存储
document.querySelector('#myTab').innerHTML = localStorage.table // 恢复
【讨论】: