| charCodeAt() | ใช้แสดงผล รหัส ascii ของตัวอักขระ ณ ตำแหน่งที่กำหนด |
|---|
method:charCodeAt ( index );
return type:number
content:ใช้แสดงผล รหัส ascii ของตัวอักขระ ณ ตำแหน่งที่กำหนด
example:var str = new String ( "bamboolabcode" ); alert ( str.charCodeAt ( 2 ) );