go

关于Go语法的困惑

英文: Confusion about Go syntax 问题 在这种情况下,c.(*TCPConn) 是一种类型断言(type assertion)操作。它将变量 c 断言为 *TCPConn 类...