首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

body里面应该写什么?该怎么解决

2012-03-15 
body里面应该写什么?htmlheadtitle选择结构程序举例2/titlescript language vbscriptsub Sh

body里面应该写什么?
<html>
<head>
<title>选择结构程序举例2</title>
<script language = "vbscript">
sub ShowMessage
  dim x,y
  x = inputbox("请输入x的值:")
  if not isnumeric(x) then
  msgbox "输入错误,请输入数字 !"
  else if x > 0 then
  y = x
  else if x < 0 then
  y = -x
  else
  y = 0
  end if
  if isnumeric(x) then
  msgbox "x的值为"& x & ",y的值为" & y 
  end if
end sub
call ShowMessage
</script>
</head>

<body>
。。。
</body>
</html>


[解决办法]
其实,些什么都行。
[解决办法]

探讨

其实,些什么都行。

热点排行