decodeURI 方法

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

function decodeURI(URIstring : String) : String

参数

  • URIstring
    必选。 表示编码 URI 的字符串。

备注

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

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

如果 URIString 无效,将发生 URIError

要求

版本 5.5

应用于:

Global 对象

请参见

参考

decodeURIComponent 方法

encodeURI 方法