主頁 > 知識庫 > 怎樣讀取一個(gè)文本文件的內(nèi)容?

怎樣讀取一個(gè)文本文件的內(nèi)容?

熱門標(biāo)簽:怎么在地圖標(biāo)注自己 個(gè)人可以辦理400電話么 外呼系統(tǒng)API接口 修改地圖標(biāo)注 武夷山旅游地圖標(biāo)注 鳳臺百度地圖標(biāo)注店 萊西電子地圖標(biāo)注 金昌電話機(jī)器人價(jià)格 縣域地圖標(biāo)注打印店
Ever want to know how to display the contents of a text document using ASP. Here is a easy way to read
from a text file

!--Start of ASP Code---->

%
'by James Seymour, http://jamesdot.org

Dim write
Dim fileSysObj, tf, read

' Read the read.txt

' Store the file name where the Information is stored into a variable called read

read = "read.txt"

' Retrieve the fullpath of the read file

read = LEFT(Server.Mappath(Request.ServerVariables("PATH_INFO")), InStrRev(Server.Mappath
(Request.ServerVariables("PATH_INFO")), "\&;)) read

' Create an instance of FileSystem Object and store it into a variable called fileSysObj

Set fileSysObj = createObject("Scripting.FileSystemObject")

' Check whether the read file exists

IF (fileSysObj.FileExists(read)) Then
' if the file exists, then open it for reading
Set tf = filesysobj.OpenTextFile(read, 1)
read = tf.ReadLine
tf.Close
ELSE
' if you can't find read.text, display default message
read = "I can't find the file read.txt! So this is my default message."

END IF
%>


' table the displays the read.txt file
div align="center">
center>
table border="0" width="40%" cellspacing="0" cellpadding="0">
tr>
td width="100%" bgcolor="#EEEECC">B>%=read%>/B>
/td>
/tr>
tr>
td width="100%">


!-- End of the ASP -->


use the code above, click and drag your mouse over the code to highlight it. Then right click on the
highlighted code and click "Copy." Now you may paste it into your code editor.

標(biāo)簽:南京 涼山 赤峰 清遠(yuǎn) 上海 邢臺 通遼 楚雄

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《怎樣讀取一個(gè)文本文件的內(nèi)容?》,本文關(guān)鍵詞  怎樣,讀取,一個(gè),文本,文件,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《怎樣讀取一個(gè)文本文件的內(nèi)容?》相關(guān)的同類信息!
  • 本頁收集關(guān)于怎樣讀取一個(gè)文本文件的內(nèi)容?的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章