diff --git a/20_脚手架/vue_code/08.浏览器本地存储/localStorage.html b/20_脚手架/vue_code/08.浏览器本地存储/localStorage.html new file mode 100644 index 0000000..337aed3 --- /dev/null +++ b/20_脚手架/vue_code/08.浏览器本地存储/localStorage.html @@ -0,0 +1,34 @@ + + + + + localStorage + + +

localStorage

+
+
+
+
+ + + \ No newline at end of file diff --git a/20_脚手架/vue_code/08.浏览器本地存储/sessionStorage.html b/20_脚手架/vue_code/08.浏览器本地存储/sessionStorage.html new file mode 100644 index 0000000..f29b23b --- /dev/null +++ b/20_脚手架/vue_code/08.浏览器本地存储/sessionStorage.html @@ -0,0 +1,34 @@ + + + + + sessionStorage + + +

sessionStorage

+
+
+
+
+ + + \ No newline at end of file