go

如何读取一对值?

英文: How do I read up to a pair of values? 问题 所以我有一个从TCP连接中读取值的函数。我想要读取到分隔符'\r'为止的行。到目前为止,我有以下代码: fun...