From d9e9adb5f80a819fe46349bcf6d1faec734b09cd Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:07:31 +0800 Subject: remove span tag in zh-CN --- .../javascript/reference/global_objects/decodeuricomponent/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/decodeuricomponent/index.html') diff --git a/files/zh-cn/web/javascript/reference/global_objects/decodeuricomponent/index.html b/files/zh-cn/web/javascript/reference/global_objects/decodeuricomponent/index.html index a45b313f7c..8593a8a074 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/decodeuricomponent/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/decodeuricomponent/index.html @@ -25,11 +25,11 @@ translation_of: Web/JavaScript/Reference/Global_Objects/decodeURIComponent

返回值

-

一个解码后的统一资源标识符(URI)字符串,处理前的URI经过了给定格式的编码。

+

一个解码后的统一资源标识符(URI)字符串,处理前的URI经过了给定格式的编码。

异常

-

当该方法使用不当时,将会抛出一个{{jsxref("URIError")}}(格式错误的URI序列)异常。

+

当该方法使用不当时,将会抛出一个{{jsxref("URIError")}}(“格式错误的URI序列”)异常。

描述

-- cgit v1.2.3-54-g00ecf