diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index f7345966..94128974 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -14,21 +14,23 @@ + + - + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/docs/javascript.html b/docs/javascript.html index dfc82da5..538dc129 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -210,9 +210,9 @@ (23).toString(); // 从字符串返回数字 Number("23"); -// 解码 URI。 结果:“我的 page.asp” +// 解码 URI。 结果:“my page.asp” decodeURI(enc); -// 编码 URI。 结果:“my%page.asp” +// 编码 URI。 结果:“my%20page.asp” encodeURI(uri); // 解码 URI 组件 decodeURIComponent(enc);