App下载

demo_textstream 在线工具

demo_textstream 在线工具

<html>
<body>

<FONT COLOR=#ff0000><%
Set FS = Server.CreateObject("Scripting.FileSystemObject")
Set RS = FS.OpenTextFile(Server.MapPath("text") & "TextFile.txt",1)
While not rs.AtEndOfStream
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response.Write RS.ReadLine
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Response.Write("<br />")
Wend 
%></FONT>

<p>
<a href="text/textfile.txt"><img src="/images/btn_view_text.gif"></a>
</p>

</body>
</html>
运行结果