跳至主要内容
版本:22.5.0

ConnectionTransport.send() 方法

签名:

interface ConnectionTransport {
send(message: string): void;
}

参数

参数类型描述
message字符串

返回

void