当前位置: 网学 > 编程文档 > ASP > 正文

使用ASP读出文本文件并显示

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/17
下载{$ArticleTitle}原创论文样式

(注:textStream有关写的METHOD

     Write(STRING)

     WriteLine(STRING)

     WriteBlankLines(LINES)

     )

     这是一个完整的程序

     〈 html 〉

     〈 head 〉

     〈 http-equiv="Content-Type" content="text/html; charset=gb2312" 〉

     〈 title 〉〈 /title 〉

     〈 /head 〉

     〈 body 〉

     < % LANGUAGE = VBScript % >

     < %

     Const ForReading = 1, ForWriting = 2, ForAppending = 8

     Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0     

     Dim filename

     filename = "test.txt" ’缺省相对路径是c:winnt

     Set fs = CreateObject("Scripting.FileSystemObject")

     Set f = fs.GetFile(filename)

     Set readf = f.OpenAsTextStream(ForReading,TristateFalse)

     ’第一个参数可选。输入/输出模式,是下列三个常数之一:

     ’ ForReading=1只读、ForWriting=2 可读写或 ForAppending=3追加

     ’第二个参数也为可选。三个 Tristate 值之一,

     ’ 指出以何种格式打开文件。忽略此参数,则文件以 ASCII

     ’格式打开。 TristateUseDefault=-2 以系统默认格式打开文件、

     ’TristateTrue=-1 以 Unicode 格式打开文件或TristateFalse=0

     ’以 ASCII 格式打开文件。

     ’也可用OpenTextFile方法打开文件

     s = readf.ReadLine

     Do While readf.AtEndOfLine <> True

         s = readf.ReadLine

         Response.write s & "" ’逐行读文件并写出

     Loop

     readf.close

     % >

     < /body>

     < /html>

 这样就可以将文本文件读出并显示了。 

  • 上一篇资讯: ASP技术访问WEB数据库
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号