主题:错哪了???
地平线
[专家分:480] 发布于 2006-11-26 20:32:00
<% @ Page Language="C#" %>
<html>
<head>
<title>演示<% %></title>
</head>
<body>
<center>
<%
int i;
for(i=2;i<7;i++)
{
%> <font size=<%=i%>> welcome to www.ASPCN.COM</font><br>
<% } %>
</center>
</body>
</html>
运行不出来
??
回复列表 (共2个回复)
沙发
风奉 [专家分:260] 发布于 2006-11-26 20:52:00
代码没错
我试过了可以的
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication2.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>你好</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<%
int a;
for( a=0;a<10;a++)
{
%>
<font size=<%=a%>>你好</font>
<%}%>
</body>
</HTML>
板凳
地平线 [专家分:480] 发布于 2006-11-26 22:16:00
我到群里 也问过了 他们也说没错
可能是 我的 IIS 没配置好
好几个程序都是同样的错误
我来回复