主頁(yè) > 知識(shí)庫(kù) > 用asp實(shí)現(xiàn)讀取文件的最后一行的代碼

用asp實(shí)現(xiàn)讀取文件的最后一行的代碼

熱門(mén)標(biāo)簽:騰訊地圖標(biāo)注商戶(hù)關(guān)閉 武漢營(yíng)銷(xiāo)電話機(jī)器人軟件 徐州人工智能電銷(xiāo)機(jī)器人好用嗎 西寧公司外呼系統(tǒng)平臺(tái) 外呼系統(tǒng)還用卡么 地圖標(biāo)注服務(wù)哪家好 智能電銷(xiāo)機(jī)器人適用于哪些行業(yè) 地圖標(biāo)注宅基地 長(zhǎng)沙防封電銷(xiāo)卡品牌
復(fù)制代碼 代碼如下:

function FSOlastline(filename)
dim fso,f,temparray,tempcnt
set fso = server.CreateObject("scripting.filesystemobject")
if not fso.fileExists(server.mappath(filename)) then exit function
set f = fso.opentextfile(server.mappath(filename),1)
if not f.AtEndofStream then
tempcnt = f.readall
f.close
set f = nothing
temparray = split(tempcnt,chr(13)chr(10))
FSOlastline = temparray(ubound(temparray))
end if
end function

標(biāo)簽:巴彥淖爾 運(yùn)城 雅安 荊門(mén) 鷹潭 普洱 通遼 通化

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