sorry about my english. async def enable_notif(self, client): await client.start_notify("0000ffe4-0000-1000-8000-00805f9b34fb", self.notification_handler) def notification_handler(self,sender, data): logger.debug("收到信息:"+data.hex()) # 写队...