[求助]ASP错误
错误类型:Microsoft VBScript 运行时错误 (0x800A01B6)
对象不支持此属性或方法: 'EndOfStream'
/daohang/manage-tr.asp, 第 14 行
程序如下>>>
11: Set objFS = Server.CreateObject("Scripting.FileSystemObject")
12: file_path = Server.MapPath("manage_ip.txt")
13: Set objTextS = objFS.OpenTextFile(file_path, 1, 0) 'OpenFile(<filename>, ForReading, ASCII_mode)
14: do while not objTextS.EndOfStream
我对ASP中的文件操作不熟,这样有什么错?