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.
これはおそらくよくある質問ですが、Ember.Dataモデルから不透明なハッシュを取得するにはどうすればよいですか?
現時点でのEmberのバージョンによって異なります。最近多くの変更がありましたが、次の3つの方法のいずれかである必要があります。
object = App.MyModel.find(1) object.toString() object.toData() object.serialize() //latest version