fromCharCode()
String.fromCharCode()は引数に指定した文字コードから文字列を作成するメソッドです。
引数にカンマ区切りで指定することで文字列を生成します。
String.fromCharCode("12354","12356","12358","12360","12362");//あいうえお
登録日 : 2013年07月08日 最終更新日 : 2013年7月8日
同じカテゴリー(String)のエントリー
- valueOf()
- toUpperCase()
- toString()
- toLowerCase()
- toLocaleUpperCase()
- toLocaleLowerCase()
- substring()
- substr()
- split()
- slice()
- search()
- replace()
- match()
- contains()
- endsWith()
- startsWith()
- localeCompare()
- lastIndexOf()
- indexOf()
- fromCharCode()
- concat()
- charCodeAt()
- charAt()
- trimLeft()
- trimRight()
- trim()
- length