TryingtosaveArray,goterror-Cannotconvertvalueoftype'[Data]'toexpectedargumenttype'[Dictionary]'我正在尝试使用此函数保存从tableview添加的数组:1234classfuncsaveArray(_value:[Dictionary],key:String){ letdata=NSKeyedArchiver.archivedData(withRootObject:value) UserDefaults.standard.set(data,forKey:key) }下面是我要保存数组的函