作者vernc (cralvin)
看板Visual_Basic
标题[VBA ] adodb.stream怎ReadLine?
时间Tue Jan 20 17:20:19 2015
本来是用fso作的,发现日文会乱掉改用adodb.stream
tmp=Trim(TrageTextFile.ReadLine)
请问fso版的这行在adodb.stream该怎麽做呢
.ReadLine的adodb.stream版是什麽?
thx
Dim str
Set stm=CreateObject("adodb.stream")
stm.Type=2 '以本模式读取
stm.mode=3
stm.charset="Shift-JIS"
stm.open
stm.loadfromfile "20140701_ex01.html"
str=stm.readtext
stm.Close
Set stm=nothing
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 111.242.27.39
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Visual_Basic/M.1421745621.A.29A.html