回 帖 发 新 帖 刷新版面

主题:怎样读取文件中的数据呀

我想读取文件中的数据到数组中,请高手垂教

回复列表 (共2个回复)

沙发


您要读取文件的话,要使用流  
dim fs as new io.stream
dim w as new io.streamreader (fs)
循环
 
w.readline
就可以了

板凳

dim fs as filestream
dim sr as streamreader
sr=new steamereader(fs)
do while 循环

应该可以了吧

我来回复

您尚未登录,请登录后再回复。点此登录或注册