decodeURIComponent 方法

返回统一资源标识符 (URI) 的一个已编码组件的非编码形式。

function decodeURIComponent(encodedURIString : String) : String

备注

必选 encodedURIString 参数是一个表示已编码的 URI 组件的值。

备注

URIComponent 是一个完整的 URI 的一部分。

如果 encodedURIString 无效,则将产生 URIError

要求

版本 5.5

应用于:

Global 对象

请参见

参考

decodeURI 方法

encodeURI 方法