String (文字列)
コンピュータープログラミング言語において、文字列 (string) とはテキストを表す連続した文字のことです。
JavaScript では、文字列はプリミティブ値の一つで、String
オブジェクトが文字列プリミティブのラッパーオブジェクトになります。
関連項目
>基礎知識
- Wikipedia 上の記事「文字列」
- JavaScript のデータ型とデータ構造
コンピュータープログラミング言語において、文字列 (string) とはテキストを表す連続した文字のことです。
JavaScript では、文字列はプリミティブ値の一つで、String
オブジェクトが文字列プリミティブのラッパーオブジェクトになります。
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2024 by individual mozilla.org contributors. Content available under a Creative Commons license.