标题:小弟有个程序一直不明白啊!!!!
只看楼主
枫云言栀
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2005-12-3
 问题点数:0 回复次数:0 
小弟有个程序一直不明白啊!!!!


%@LANGUAGE="VBSCRIPT"%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<% set fs= server.CreateObject("scripting.filesystemobject")
file=server.mappath("11.txt")
tt=fs.fileExists(file)
if tt=true then
set txt=fs.opentextfile(file)
if not txt.atEndOfStream then
content=txt.readall
line=replace(content,vbcrlf,"<br>")
response.Write(line)
end if
else
response.Write("对不起,没有此文件!")
end if
%>
</body>
</html>
这个程序为什么在运行之后,为什么就成了空白的页面呢?

2005-12-22 13:15



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-39458-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.385080 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved