我有一個關於Backbone的問題,如何將模型的所有屬性設置爲空?一次取消設置所有屬性的主幹
unsetmodel.unset(attribute, [options])
Remove an attribute by deleting it from the internal attributes hash. Fires a "change" event unless silent is passed as an option.
但是,這只是爲了逐個取消個別屬性的設置。
任何想法?
Gretz,
我已經試過這個,但是這也抹掉了屬性本身,因爲我因爲未設置的屬性而收到錯誤 – 2013-02-08 12:29:11
@SjaakRusma,所以你想要將所有屬性值設置爲undefined,但保留屬性的鍵哈希? – jevakallio 2013-02-08 12:34:07
我想將所有的屬性設置爲undefined, – 2013-02-08 12:42:05