读取文件文本内容
Easp.Fso.Read(filePath)
调用此方法可获取服务器上指定文件的内容,并返回该内容字符串。
Dim TempStr TempStr = Easp.Fso.Read("/Test.html") Easp.Echo TempStr