VB.NET 读文件的问题vb.net 读 .txt 文件 如何将 文件中的 一整行(该行中包含若干逗号) 读到 一个字符串变量中 注: Input() 函数 以 逗号 为输入的分隔符 不行 [解决办法]用lineinput就行了 dim str1 as string=lineinput(1)