【js效果】留言版的实现(本地存储)
2021-03-03 08:29
标签:contain 效果图 hold focus 提交 func set window item 效果图: 张三: 更换发的规划方大化工风格的和规范化的更方便是餐补VB处女边吃饭倒海翻江的丰厚的积分换地方就海景房快速覅而点击开始登录时今飞凯达九分裤 `+ item_arr[i].name + `: `+ item_arr[i].txt + ` 【js效果】留言版的实现(本地存储) 标签:contain 效果图 hold focus 提交 func set window item 原文地址:https://www.cnblogs.com/hellocd/p/14255154.html
留言列表:
setHtml();
function setHtml() {
// 首先拿到之前已经存在的数据
var item_str = window.localStorage.getItem(‘leaveWords‘);
if (item_str) {
var item_arr = JSON.parse(item_str); // 数组
} else {
var item_arr = [];
}
var html = "";
for (var i = 0; i
文章标题:【js效果】留言版的实现(本地存储)
文章链接:http://soscw.com/index.php/essay/59442.html