讀文本文件中的一行
代碼:
<!DOCTYPE html><html>
<body>
<p>This is the first line of the text file:</p>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Set f=fs.OpenTextFile(Server.MapPath("testread.txt"), 1)
Response.Write(f.ReadLine)
f.Close
Set f=Nothing
Set fs=Nothing
%>
</body>
</html>
結果:
This is the first line of the text file:
Hello!
相關文章
- 不錯的主要用于加密的vbs(asp)位移運算類
- JavaScript面向對象的兩種書寫方法以及差別
- 發一個ASP的ADODB類代碼
- ASP實現緩存類無錯版
- ASP數據島操作類
- 把無限級分類生成數組
- MusicGet 類
- 日期函數擴展類Ver0.1.1
- Asp類 的數據庫領域
- newasp中下載類
- 檢測函數 asp class
- 域名查詢系統用到的類
- 遭遇ASP類的事件設計
- 葉子asp分頁類
- 文件、目錄,文本文件等多種操作類
- ASP代碼的對象化
- ASP類編寫詳細說明
- 實現支持邏輯搜索/單詞搜索/詞組搜索+支持OR/AND關鍵字的VBS CLASS!
- 表單集合的簡單應用
- 如何獲得訪問者的瀏覽器類型,ip地址或更多