新手上路,请教个问题。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<%
If 2>1 Then Response.write "是数字"
Else Response.write "不是数字"
%>
</body>
</html>
这样写提示程序有错,为什么?