Html 使用图像url在JSP中显示图像

Html 使用图像url在JSP中显示图像,html,image,src,Html,Image,Src,我试图在JSP页面中显示一个图像。该图像只是一个Google图像,我将图像URL传递给JSP页面内的src 下面是我将链接传递到img标记的代码 <img src="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100"> 但是,图像无法显示;它只显示图像应该出现的框。固定打字错误: <img src="http://tigerday.

我试图在JSP页面中显示一个图像。该图像只是一个Google图像,我将图像URL传递给JSP页面内的src

下面是我将链接传递到img标记的代码

  <img src="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100">

但是,图像无法显示;它只显示图像应该出现的框。

固定打字错误:

<img src="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100">

固定打字错误:

<img src="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100">


你那边有个打字错误:

  <img scr="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100">

你在那里输入了一个错误:

  <img scr="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100">

检查
img
标签中的
src
拼写

使它正确

  <img sRC="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100">


检查
img
标签中的
src
拼写

使它正确

  <img sRC="http://tigerday.org/wp-content/uploads/2013/04/Siberischer_tiger.jpg" width="100" height="100">


您的计算机是否连接到internet?这个问题与Java或JSP无关。这是一个纯粹的HTML问题。是的。我只需要浏览器的链接,它就会加载图像。我想你需要刷新jsp页面。你拼写的
src
错误为
scr
。你的机器连接到internet了吗?这个问题与Java或jsp无关。这是一个纯粹的HTML问题。是的。我只需要浏览器的链接,它就会加载图像。我想你需要刷新jsp页面,你把
src
拼写错误为
scr