aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/conflicting/web/api/window/localstorage/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/conflicting/web/api/window/localstorage/index.html')
-rw-r--r--files/zh-cn/conflicting/web/api/window/localstorage/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/conflicting/web/api/window/localstorage/index.html b/files/zh-cn/conflicting/web/api/window/localstorage/index.html
index 46384c660e..eab3bf85fe 100644
--- a/files/zh-cn/conflicting/web/api/window/localstorage/index.html
+++ b/files/zh-cn/conflicting/web/api/window/localstorage/index.html
@@ -1,11 +1,12 @@
---
title: LocalStorage
-slug: Web/API/Storage/LocalStorage
+slug: conflicting/Web/API/Window/localStorage
tags:
- 存储API
- 离线
translation_of: Web/API/Window/localStorage
translation_of_original: Web/API/Web_Storage_API/Local_storage
+original_slug: Web/API/Storage/LocalStorage
---
<p><code>localStorage</code> 与<code> <a href="/en-US/docs/Web/API/sessionStorage">sessionStorage</a></code> 一样,都遵循同源策略,但是它是持续存在的。<code>localStorage</code> 首次出现于 Firefox 3.5。</p>