我有这个功能,但是当我运行时:theRecipes.append(theRecipe);...数组“theRecipes”的大小完全相同。我将代码分享给您,这样您就可以大致了解我在Swift语言上尝试做的事情。funcretrieveAll()->[Recipe]{varquery=PFQuery(className:RECIPE_PARSE_CLASSNAME);vartheRecipes:[Recipe]=[Recipe]();query.findObjectsInBackgroundWithBlock{(objects:[AnyObject]!,error:NSError!)->