localStorage本地存储数组、读取、修改、删除

此页面是否是列表页或首页?未找到合适正文内容。

localStorage本地存储数组、读取、修改、删除

标签:activexsplayheighttextportsheetlintitlecape

应用场景:用于记录扫码枪获取的编码数据,并存储在本地、计数。可修改,可导出excel。

1 <!DOCTYPE html>
2 <html lang=\”en\”>
3 <head>
4 <meta charset=\”UTF-8\”>
5 <title>Scanning</title>
6 <style>
7 input{width:600px;height:38px;line-height: 38px;font-size: 32px;border:1px solid #ccc;outline: none;}
8 table{font-size: 14px;margin:20px 0;}
9 table,table tr,table tr td{border-collapse: collapse;border-spacing:

作者: 老毛桃

为您推荐

返回顶部