jsp无法取值
我也踩过这个坑( 1 )
详细描述
错误截图
编辑于2024-11-24
-
[深圳|结业弟子]JAVA-廖志鹏0
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ page isELIgnored="false" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<h2>
hello ,${name}
<br/>${url}
</h2>
</body>
</html><%@ page isELIgnored="false" %>加入这一行代码,使EL表达式生效
编辑于2019-05-24
- 去第 页