gpt4 book ai didi

html - 运行 requestDispatcher 时 css 没有运行

转载 作者:行者123 更新时间:2023-11-28 07:37:01 25 4
gpt4 key购买 nike

我有一个个人资料页面,其中包含一个母版页 welcome.jsp 。当我转到个人资料页面时,欢迎页面模板的 CSS 运行良好,但当我更新用户时,用户已正确更新并且 requestDispatcher 运行正常,但 welcome 的 CSS .jsp 运行不正常

代码:profile.jsp

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Profile Page</title>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//malsup.github.com/jquery.form.js"></script>
<script>
<jquery code>
</script>
</head>
<body>
<%@ include file="welcome.jsp"%>

<center><h1>User Profile</h1></center><br><br>

<form action="/devilmaycry/register?action=updateuser" method="post">
<html code>
</form>

</body>
</html>

`request dispatcher code`

rd=req.getRequestDispatcher("/Register/profile.jsp");
rd.include(req, res);
pw.println("<h3>Record Updated !!!<h3>");

谁能告诉我为什么 CSS 被禁用

由于声誉低不能发布图片 :(

最佳答案

我给 CSS 文件的路径是 relative ,所以当 requestDispatcher 运行时它改变了目录所以相对路径不起作用

解析 --> 始终尝试为外部文件(.css、.jsp 等)提供绝对路径

关于html - 运行 requestDispatcher 时 css 没有运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31163411/

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