【求助】如何将流写入文件我创建了一个stream,想把它里面的数据存入文件,如何做到?stream是IO.Stream[解决办法]
Dim s As IO.StreamDim rs As New IO.StreamReader(s)Dim str As String = rs.ReadToEnd