.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  你们 太牛了!~~

你可能感兴趣的:(.net)