造成这个错误的原因是:在<head runat="server"></head>里面,使用了<%=xxx%>这样的代码,
把Head中使用的<%=.....%>的脚本放到body中,就OK了.
当然, 可以根据实际情况用其他方式处理