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