gpt4 book ai didi

java - 关于标记()中的文本 (>) 的错误:文本 (>) 的位置无效,预期为 '>'

转载 作者:行者123 更新时间:2023-11-30 06:22:28 25 4
gpt4 key购买 nike

我写了一个简单的JSP文件:

<%@ page import="java.util.*" session=”true” isErrorPage=”false”%> 
<HTML>
<BODY>
<h4>Welcome to the world of JSP</h4>

This JSP uses the page directive
</BODY>
</HTML>

我在 Eclipse 中的第一行出现错误:

Multiple annotations found at this line:
- Invalid location of text (>) in tag (<jsp:directive.page>).
- Start tag (<jsp:directive.page>) not closed properly, expected
'>'.
  • 关于错误中的第一条消息,第一行 <%@ page import="java.util.*" session=”true” isErrorPage=”false”%>似乎没有>位置无效。错误消息是什么意思?

  • 关于错误中的第二条消息,不是 <%@ page import="java.util.*" session=”true” isErrorPage=”false”%>结束于> ?为什么说>是预期的吗?

谢谢。

最佳答案

在您的标签中

<%@ page import="java.util.*" session=”true” isErrorPage=”false”%>

这些不是通常的双引号,请使用

进行更改
<%@ page import="java.util.*" session="true" isErrorPage="false"%>

关于java - 关于标记(<jsp :directive. page>)中的文本 (>) 的错误:文本 (>) 的位置无效,预期为 '>',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47840152/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com