asp中调用sub过程和function过程范例
请各位大侠看一下这个程序有什么错误,怎么运行不出来<html><head><metahttp-equiv="Content-Type"content="text/html...
请各位大侠看一下这个程序有什么错误,怎么运行不出来
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<script language=vbscript>
<!--
sub ConvertTemp()
temp=inputbox("请输入华氏温度。",1)
msgbox"温度为"&Celsius(temp)&"摄氏度。"
End sub
Function Celsius(fDegrees)
Celsius=(fDegrees-32)*5/9
end Function
--></script>
</head><body>
</body>
</html> 展开
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<script language=vbscript>
<!--
sub ConvertTemp()
temp=inputbox("请输入华氏温度。",1)
msgbox"温度为"&Celsius(temp)&"摄氏度。"
End sub
Function Celsius(fDegrees)
Celsius=(fDegrees-32)*5/9
end Function
--></script>
</head><body>
</body>
</html> 展开
2个回答
展开全部
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<script language=vbscript>
<!--
sub ConvertTemp()
temp=inputbox("请输入华氏温度。",1)
msgbox"温度为"&Celsius(temp)&"摄氏度。"
end sub
Function Celsius(fDegrees)
Celsius=(fDegrees-32)*5/9
end Function
ConvertTemp()
--></script>
</head><body>
</body>
</html>
这样! 不过你的计算写得有问题吧?我怎么看着结果不对呢``
你原先的程序里就写了两方法,没有调用的地方,当然不会执行。要调用一下就出来了。
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<script language=vbscript>
<!--
sub ConvertTemp()
temp=inputbox("请输入华氏温度。",1)
msgbox"温度为"&Celsius(temp)&"摄氏度。"
end sub
Function Celsius(fDegrees)
Celsius=(fDegrees-32)*5/9
end Function
ConvertTemp()
--></script>
</head><body>
</body>
</html>
这样! 不过你的计算写得有问题吧?我怎么看着结果不对呢``
你原先的程序里就写了两方法,没有调用的地方,当然不会执行。要调用一下就出来了。
展开全部
<html>
<head>
<meta
http-equiv="Content-Type"
content="text/html;
charset=gb2312">
<title>新建网页
1</title>
<script
language=vbscript>
<!--
sub
ConvertTemp()
temp=inputbox("请输入华氏温度。",1)
msgbox"温度为"&Celsius(temp)&"摄氏度。"
end
sub
Function
Celsius(fDegrees)
Celsius=(fDegrees-32)*5/9
end
Function
ConvertTemp()
--></script>
</head><body>
</body>
</html>
这样!
不过你的计算写得有问题吧?我怎么看着结果不对呢``
你原先的程序里就写了两方法,没有调用的地方,当然不会执行。要调用一下就出来了。
<head>
<meta
http-equiv="Content-Type"
content="text/html;
charset=gb2312">
<title>新建网页
1</title>
<script
language=vbscript>
<!--
sub
ConvertTemp()
temp=inputbox("请输入华氏温度。",1)
msgbox"温度为"&Celsius(temp)&"摄氏度。"
end
sub
Function
Celsius(fDegrees)
Celsius=(fDegrees-32)*5/9
end
Function
ConvertTemp()
--></script>
</head><body>
</body>
</html>
这样!
不过你的计算写得有问题吧?我怎么看着结果不对呢``
你原先的程序里就写了两方法,没有调用的地方,当然不会执行。要调用一下就出来了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询