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.
私はそれが何であるかを理解していません。簡単な説明をお願いします。
ExtJS 4 の MVC のストアは何ですか?
Ext のドキュメントを調べましたか?
Store クラスは、Model オブジェクトのクライアント側キャッシュをカプセル化します。
(モデルが行の場合、ストアはテーブルです...)
CDの言うことは本当です。ストアは、データをグリッド、コンボボックス、ツリーグリッドなどに接続するために使用されます... モデルを格納します。