读文本文件中的一行
代码:
<!DOCTYPE html><html>
<body>
<p>This is the first line of the text file:</p>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Set f=fs.OpenTextFile(Server.MapPath("testread.txt"), 1)
Response.Write(f.ReadLine)
f.Close
Set f=Nothing
Set fs=Nothing
%>
</body>
</html>
结果:
This is the first line of the text file:
Hello!
相关文章
- 不错的主要用于加密的vbs(asp)位移运算类
- JavaScript面向对象的两种书写方法以及差别
- 发一个ASP的ADODB类代码
- ASP实现缓存类无错版
- ASP数据岛操作类
- 把无限级分类生成数组
- MusicGet 类
- 日期函数扩展类Ver0.1.1
- Asp类 的数据库领域
- newasp中下载类
- 检测函数 asp class
- 域名查询系统用到的类
- 遭遇ASP类的事件设计
- 叶子asp分页类
- 文件、目录,文本文件等多种操作类
- ASP代码的对象化
- ASP类编写详细说明
- 实现支持逻辑搜索/单词搜索/词组搜索+支持OR/AND关键字的VBS CLASS!
- 表单集合的简单应用
- 如何获得访问者的浏览器类型,ip地址或更多