function:unescape ( string );return type:stringcontent:ใช้ในการถอดรหัส asciiexample:var str = new String ( "BambooLabcode" ); var coder = escape ( str ); alert ( unescape ( coder ) );