既存オブジェクトにプロパティを追加する


動作ブラウザ 【 IE:4.0   NN:6.0
Internet Explorer Netscape Navigator Opera iCab Safari
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 7.0 7.x 2.x 1.x
Windows × - × × × × -
Macintosh × - × × × ×
UNIX - - - - - × × × × -

ポイント String.prototype.AGE = 37;
説  明 既存オブジェクトにプロパティを追加するにはprototypeを利用します。「オブジェクト名.prototype.プロパティ名 = 値」とします。
サンプル <html> <head> <title>既存オブジェクトにプロパティを追加する</title> </head> <body> <script type="text/javascript"><!-- String.prototype.AGE = 37; aObj = new String(); document.write(aObj.AGE); // --></script> </body> </html>
補足説明 なし

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



写真素材 PIXTA