收集整理 时间是: 02/06/06 下午 01:17:40.
文件名称: jsmthDecodeURIComponent.htm
页面标题: decodeURIComponent 方法  •  文件大小: 1616  •  最后更新: Mon, 06 Feb 2006 02:23:46 GMT

decodeURIComponent 方法

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

decodeURIComponent(encodedURIString)

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

说明

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

如果 encodedURIString 无效,将产生一个 URIError。

要求

版本 5.5

请参阅

decodeURI 方法 | encodeURI 方法

应用于: Global 对象