iOS之KVC和KVO 一、KVC(key-value-coding) 1、只針對類屬性,設置鍵值對 2、設置setValue: forKey:,即forKey只能為類屬性 3、取值valueForKey 二、KVO ...