图像没有在Eclipse中的一个项目中显示,而在另一个项目中显示?

时间:2018-08-16 13:36:58

标签: html image jsp

我正在通过Eclipse IDE构建JSP应用程序。我发现了一个很奇怪的问题。在创建项目“ Bill”时,我在html页面中插入了一个图像,我进行了相同的测试,它工作正常,而在同一项目中开始编辑Jsp页面之一时,相同的图像停止工作,其图像未显示在浏览器。

我试图在另一个项目“测试”中应用相同的路径,但工作正常。我的项目结构没有任何变化。

请找到我的项目的结构。 enter image description here

源代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Ok</title>
<link rel="shortcut icon" href="icons/ola_logo.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="Script/ola_validation.js"></script>
<link rel="stylesheet" href="jquery_confirm_plugins/dist/jquery-confirm.min.css">
<link rel="stylesheet" href="css/ola_style.css">
<script src="jquery_confirm_plugins/dist/jquery-confirm.min.js"></script>
</head>
<body style="font-family:arial;font-size:13px;">
<h3> Ola Bill Generation</h3>
<img src="icons/ola_logo.png" width="40px" height="40px"> 

0 个答案:

没有答案