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

decodeURI 方法

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

decodeURI(URIstring)

必要的 URIstring 参数代表一个已编码 URI 的值。

说明

使用 decodeURI 方法代替已经过时的 unescape 方法。

decodeURI 方法返回一个字符串值。

如果 URIString 无效,那么将产生一个 URIError。

要求

版本 5.5

请参阅

decodeURIComponent 方法 | encodeURI 方法

应用于: Global 对象