2017-07-12 108 views

回答

1

使用KVC方法的NSObject

u.mutableSetValue(forKey: "cars").removeAllObjects() 

mutableSetValue或如果cars是一組有序的

u.mutableOrderedSetValue(forKey: "cars").removeAllObjects() 
相關問題