主页 > 知识库 > 如何显示一个文本文件?

如何显示一个文本文件?

热门标签:呼叫中心市场需求 智能手机 网站文章发布 检查注册表项 银行业务 美图手机 铁路电话系统 服务器配置

 WriteStrING

    WriteLineStrING

    WriteBlankLinesLINES

 

    html

    head

    http-equiv="Content-Type" content="text/html;

    charset=gb2312"

    title〉春风精彩之文本文件显示〈/title

    /head

 

   〈body

    % LANGUAGE = VBScript %>

    %

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

' 参数为可选,决定输入/输出模式:①ForReading=1只读;②ForWriting=2 可读写;③ForAppending=3追加.

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

  ' 参数为可选,指出以何种格式打开文件:①忽略此参数,以 ASCII格式打开文件;②TristateUseDefault=-2 以系统默认格式打开文件;③TristateTrue=-1 Unicode 格式打开文件;④TristateFalse=0 ASCII 格式打开文件,当然我们也可用OpenTextFile方法打开文件.

      

    Dim filename

    filename = "test.txt"

      ' 缺省路径c:\win.

 

    Set fs = CreateObject("Scripting.FileSystemObject")

    Set f = fs.GetFile(filename)

    Set readf = f.OpenAsTextStream(ForReading,TristateFalse)

 

    s = readf.ReadLine

    Do While readf.AtEndOfLine > True

        s = readf.ReadLine

        Response.write s ""

            ' 逐行读文件并写屏.

    Loop

    readf.close

    %>

    /body>/html>

标签:河南 长治 红河 沈阳 沧州 乐山 新疆 上海

巨人网络通讯声明:本文标题《如何显示一个文本文件?》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266