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

取得列數(shù)

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

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

 

Set f=fs.OpenTextFile(Server.MapPath("testread.txt"), 1)

Response.Write(f.Read(2))

Response.Write("<p>The cursor is now standing in position " & f.Column & " in the text file.</p>")

f.Close

 

Set f=Nothing

Set fs=Nothing

%>

 

</body>

</html>

結(jié)果:

He

The cursor is now standing in position 3 in the text file.

相關(guān)文章