VB.NET读写文件代码. 上传者:cjy694 2018-12-26 00:28:57上传 DOC文件 26.5KB 热度 73次 读取和写入文件 以下示例将一行文本写入文件。 ' Write text to a file Sub WriteTextToFile() Dim file As New System.IO.StreamWriter("c:test.txt") file.WriteLine("Here is the first line.") file.Close() End Sub 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 发表评论