<% @include file="checkvalid.jsp" %>哪里出错了,为什么运行时出现:An error occurred at line: 6 in the jsp file: /MyJsp.jsp
Syntax error on tokens, delete these tokens
3: <%@ page import="java.sql.*" %>
4: <%
5: 
6: <% @include file="checkvalid.jsp" %>//验证是否正确登录
7: 
8: <%
9: //连接数据库的错误,附:这是一题用户登录的程序