其他连接连接.(构造函数)版本:23.11.1本页内容连接.(构造函数) 构造 Connection 类的新实例 签名 class Connection { constructor( url: string, transport: ConnectionTransport, delay?: number, timeout?: number, rawErrors?: boolean, );} 参数 参数类型描述url字符串transportConnectionTransportdelay数字(可选)timeout数字(可选)rawErrors布尔值(可选)