funchandleGetAllPhotoURLs从下面的行调用,我已经确认代码行只执行一次断点。_=FlickrClient.getAllPhotoURLs(currentPin:self.currentPin,fetchCount:fetchCount,completion:self.handleGetAllPhotoURLs(pin:urls:error:))根据我的print语句的输出,该函数运行两次,因为如果urls.count不为零,它会打印两行输出。但是,如果urls.count为零,那么我只会得到一个打印语句,指出“urls.count--->0”handleGetAl