黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

打開(kāi)并讀取某個(gè)文本文件

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

Set FS = Server.CreateObject("Scripting.FileSystemObject")

Set RS = FS.OpenTextFile(Server.MapPath("text") & "\TextFile.txt",1)

While not rs.AtEndOfStream

      Response.Write RS.ReadLine

      Response.Write("<br>")

Wend

%>

 

<p>

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

</p>

 

</body>

</html>

結(jié)果:

相關(guān)文章