使用来自UNUserNotificationCenter的新本地通知。我尝试删除带有一些标识符的通知:UNUserNotificationCenter.current().removePendingNotificationRequests(withIdentifiers:identifiers)来自文档:Thismethodexecutesasynchronously,removingthependingnotificationrequestsonasecondarythread.完成处理程序不存在。那么我怎么知道它什么时候真的被删除了呢?在继续之前,我需要确保此标识符不再存在。我知道