return True def subscribe(self, channel): # 返回了一个发布订阅的对象 pub = self.__conn.pubsub() # 订阅到指定的频道上 pub.subscribe(channel)
確定! 回上一頁