.NET2005 ASPX编译语法分析BUG?

<%@ Page Language="C#" Buffer="true" ValidateRequest="false" aspcompat="true" %>
<html>
<head>
</head>
<body>
test
</body>
</html>
<script runat="server">
    void kj()
    {
        Response.Write("</script>");
    }
</script>


以上代码中 居然说         Response.Write("</script>"); 有错误!晕死!

这样才可以 0_0        Response.Write("</sc"+"ript>");

Microsoft  你们 太牛了!~~
posted on 2008-04-20 14:51  springside例子  阅读(105)  评论(0编辑  收藏  举报