欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

用vbs實(shí)現(xiàn)讀取文本文件的方法

 更新時(shí)間:2007年10月23日 21:54:48   作者:  
vbs讀取文件方法Function readfile(readfilepath)
'On Error Resume Next
    Set fs = CreateObject("Scripting.FileSystemObject")
    Set file = fs.OpenTextFile(readfilepath, 1, false)
    readfile=file.readall
    file.close
    set fs=nothing
end Function

相關(guān)文章

最新評(píng)論