如果让创建 = _dictionary[kCREATEDAT] {
createdAt = dateFormatter().date(from: created as! String)! //Fails here
}else {
createdAt = Date()
}
错误消息 Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value