客户端的接收程序:
            Dim buffer(8) As Byte
            source.Read(buffer, 0, 9)  '执行到这一句时出现错误
其中source是一个networkStream,不知道是不是要用streamreader来读取?