为什么这句话有错呀!”<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>“
这是源代码:<%@pagelanguage="java"import="java.util.*"pageEncoding="utf-8"%><%@tagliburi="h...
这是源代码:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ page isELIgnored="false" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'MyJsp.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<%
String a = "111321";
pageContext.setAttribute("a",a);
%>
<body>
<c:out value="${a}" default="asdas"></c:out>
<c:choose>
<c:when test="${1==1}">
<c:out value="1"/>
</c:when>
<c:otherwise>
<c:out value="5555"></c:out>
</c:otherwise>
</c:choose>
</body>
</html>
错误是incompatible operand type String and int 展开
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ page isELIgnored="false" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'MyJsp.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<%
String a = "111321";
pageContext.setAttribute("a",a);
%>
<body>
<c:out value="${a}" default="asdas"></c:out>
<c:choose>
<c:when test="${1==1}">
<c:out value="1"/>
</c:when>
<c:otherwise>
<c:out value="5555"></c:out>
</c:otherwise>
</c:choose>
</body>
</html>
错误是incompatible operand type String and int 展开
3个回答
展开全部
我也曾碰到过一模一样的错:
原因是<c:when test="${1==1}"> 这句话,这个没有任何意义.
实际项目中是不会出现的,不用担心:一般是一个变量与一个常量对比,或者两个变量对比,不会出现常量对比的
原因是<c:when test="${1==1}"> 这句话,这个没有任何意义.
实际项目中是不会出现的,不用担心:一般是一个变量与一个常量对比,或者两个变量对比,不会出现常量对比的
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的项目没导入jdk.或者你导入的jdk版本和你本机上具有的版本不一致.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
什么错误??
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询