decodeURIComponent 方法
更新:2007 年 11 月
傳回統一資源識別元 (URI) 編碼元件的解碼版本。
function decodeURIComponent(encodedURIString : String) : String
備註
所需的 encodedURIString 引數是代表編碼的 URI 元件的值。
備註
URIComponent 是完整 URI 的一部分。
如果 encodedURIString 無效,就會發生 URIError。
更新:2007 年 11 月
傳回統一資源識別元 (URI) 編碼元件的解碼版本。
function decodeURIComponent(encodedURIString : String) : String
所需的 encodedURIString 引數是代表編碼的 URI 元件的值。
URIComponent 是完整 URI 的一部分。
如果 encodedURIString 無效,就會發生 URIError。