From 375de05f54b71d1d07659e95f74b9639baf922f2 Mon Sep 17 00:00:00 2001 From: "Mr. Míng" Date: Fri, 18 Feb 2022 12:59:22 +0800 Subject: beautify doc, added some whitespaces (#4184) --- files/zh-cn/web/api/window/sessionstorage/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'files/zh-cn/web/api/window') diff --git a/files/zh-cn/web/api/window/sessionstorage/index.html b/files/zh-cn/web/api/window/sessionstorage/index.html index d11bc0497a..1f0dfc04e0 100644 --- a/files/zh-cn/web/api/window/sessionstorage/index.html +++ b/files/zh-cn/web/api/window/sessionstorage/index.html @@ -17,15 +17,15 @@ translation_of: Web/API/Window/sessionStorage
-

应该注意,存储在sessionStorage或localStorage中的数据特定于页面的协议。也就
- 是说http://example.comhttps://example.com的sessionStorage相互隔离。

+

应该注意,存储在 sessionStorage 或 localStorage 中的数据特定于页面的协议。也就
+ 是说 http://example.comhttps://example.com 的 sessionStorage 相互隔离。

-

被存储的键值对总是以UTF-16 DOMString 的格式所存储,其使用两个字节来表示一个字符。对于对象、整数key值会自动转换成字符串形式。

+

被存储的键值对总是以 UTF-16 DOMString 的格式所存储,其使用两个字节来表示一个字符。对于对象、整数 key 值会自动转换成字符串形式。

语法

@@ -74,7 +74,7 @@ field.addEventListener("change", function() {
-

备注:完整的使用示例可以查看使用 Web Storage API一文。

+

备注:完整的使用示例可以查看使用 Web Storage API 一文。

规范

@@ -102,7 +102,7 @@ field.addEventListener("change", function() {
-

Note: 从iOS 5.1之后,移动端的Safari将localStorage数据存储在cache文件中,在操作系统的要求下,会偶尔进行清除,特别是空间不足时。

+

Note: 从 iOS 5.1 之后,移动端的 Safari 将 localStorage 数据存储在 cache 文件中,在操作系统的要求下,会偶尔进行清除,特别是空间不足时。

相关链接

-- cgit v1.2.3-54-g00ecf