我想为我的项目创建一个通用的“refreshInBackground”方法,允许更新我的各种PFObject子类。我不能只使用PFObject.refreshInBackground因为我想“包含”几个“键”(指向其他对象的指针)问题是,当我将我的子类作为“inout”参数传递时,我被告知Cannotpassimmutablevalueasinoutargument:implicitconversionfrom'ParseUser'to'PFObject'requiresatemporary1)为什么'currentUser'是不可变的?那是因为它正在尝试进行隐式转换吗?我的子类很简单