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.
何が
array[i].count
javascriptで返す?アクションスクリプトで同等のものは何ですか? または、アクションスクリプトでどのように実装できますか?
それが数値であると仮定するとi、これは単純にオブジェクトから i 番目の要素を取得し、countそのオブジェクトのプロパティを解決しようとします。
i
count
var elem = array[i]; elem.count;
ここでのルックアップは、他のオブジェクトのルックアップcountと同じですcount