Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここにオブジェクト宣言があります:var o = {"foo-bar": 24} 次に、私の質問はプロパティにアクセスする方法ですか?
var o = {"foo-bar": 24}
角かっこを使用してオブジェクトのプロパティにアクセスできることを忘れています...
角かっこを使用します。
o['foo-bar']