新版的Swift閉包做參數(shù)默認(rèn)是@noescaping,不再是@escaping。 image.png 如果函數(shù)里執(zhí)行該閉包,要添加@escaping。 WechatIMG191.png