JavaScript > オブジェクトのプロパティ

更新日 2014-05-12
広告
JavaScriptのオブジェクトに関するtipsを紹介します。

プロパティ一覧の取得

オブジェクトが持つプロパティを取得するには、以下のようにします。
Object.keys(someObject);
広告
お問い合わせは sweng.tips@gmail.com まで。
inserted by FC2 system