decodeURIComponent 方法

发表于:2007-06-22来源:作者:点击数: 标签:

   

 

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

decodeURIComponent(encodedURIString)

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

说明

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

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

原文转自:http://www.ltesting.net