変数に文字や数値を入れる


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - -

ポイント n = 123.45 str = "文字ら"
説  明 文字を代入する場合は"(ダブルクオーテーション)か'(シングルクオート)で囲みます。数値の場合は、そのまま数値を記述します。先頭が0の場合は8進数、0xの場合は16進数として代入されます。
サンプル <html> <head> <title>変数に文字や数値を入れる</title> </head> <body> <script language="JavaScript"><!-- n = 123.45; document.write("n = 23.45 : ",n,"<br>"); str = "文字ら"; document.write('str = "文字ら" : ',str,"<br>"); // --></script> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!


写真素材 PIXTA