开始时看到这个实在没明白怎么回事

测试了下才知道原来

<-chan int  像这样的只能接收

chan<- int  像这样的只能发送

相关文章: