最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp fso:只读一行文本
时间:2022-07-02 22:40:17 编辑:袖梨 来源:一聚教程网
asp fso:只读一行文本ReadLine
set t=fs.OpenTextFile("c:test.txt",1,false)
x=t.ReadLine
t.close
Response.Write("The first line in the file ")
Response.Write("contains this text: " & x)
这样我们就可以只读取一行了喽.下面来看看readall读取全部的内容
dim fs,f,t,x
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("c:test.txt")
fs.readall;
相关文章
- 美联储降息预期升温引关注 08-02
- 《创造与魔法》魔法熔炉制作视频攻略 08-02
- 2025年8月XRP将迎来什么? 08-02
- 《阴阳师》“超鬼王”阿修罗阵容推荐分享 08-02
- 《奇迹暖暖》饴蜜迎春套装怎么获得方法有哪些 08-02
- 怎么驱动矿机-矿机怎么打驱动 08-02