• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    如何读取文本文件的内容?

    %
    Dim write
    Dim fileSysObj, tf, read
    read = "intels.txt"
    '
    读取intels.txt.

    read = LEFT(Server.Mappath(Request.ServerVariables("PATH_INFO")), InStrRev(Server.Mappath(Request.ServerVariables("PATH_INFO")), "\")) read
    '
    检索要读的文件的完整路径.

    Set fileSysObj = createObject("Scripting.FileSystemObject")
    '
    创建一个 FileSystem Object 实例,并把它保存到 fileSysObj 的变量中

    IF (fileSysObj.FileExists(read)) Then
    Set tf = filesysobj.OpenTextFile(read, 1)

    ' 如果文件在,就打开读取.

    read = tf.ReadLine
    tf.Close
    ELSE
    read = "
    ,找不到这个文件!"
    '
    如果文件不存在,发出错误提示.
    END IF
    %>

    html>

    body>

    p align="center">千花飞舞之读取文本内容/p>

     

    div align="center">

    div align="center">
    center>
    table border="0" width="40%" cellspacing="0" cellpadding="0">
    tr>
    td width="100%" bgcolor="green">B>%=read%>/B>
    /td>
    /tr>
    tr>
    td width="100%">

    /table>

    /center>/div>

    /body>/html>

    上一篇:如何做一个文本搜索?
    下一篇:如何显示一个文本文件?
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    如何读取文本文件的内容? 如何,读取,文本,文件,的,