| decodeURI() | ใช้ในการถอดรหัส URI ที่เป็นช่องว่าง |
|---|
function:decodeURI ( string );
return type:string
content:ใช้ในการถอดรหัส URI ที่เป็นช่องว่าง ( URI ย่อมาจาก Uniform Resource Identifiers )
example:var coder = encodeURI ( "http://www.bamboolabcode.com" ); alert ( decodeURI ( coder ) );