jsp:useBean 不能编译成class或者没有class这个属性

bean.jsp <%-- JSP学习笔记 --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <jsp:useBean id="person" class="Person" /> <html> <head> <title>jsp测试</title> </head> <body> </
相关文章
相关标签/搜索