Unterminated <%@ page tag

//jsp的import結尾多了一個分號“;”
<%@page import="java.util.*";%>
//報錯信息
HTTP Status 500 - /request1.jsp (line: 2, column: 1) Unterminated &lt;%@ page tag
type Exception report
message /request1.jsp (line: 2, column: 1) Unterminated &lt;%@ page tag
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: /request1.jsp (line: 2, column: 1) Unterminated &lt;%@ page tag
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章