Home >Web Front-end >HTML Tutorial >关于图像的问题_html/css_WEB-ITnose

关于图像的问题_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:42:091045browse

Html

编写了一个简单的页面,运行的时候就是无法显示图片(图片已经保存到App_Data中)
代码如下,关于图像的问题_html/css_WEB-ITnose

回复讨论(解决方案)

加一下长度单位 px 看看:width="400px" height="300px"

关于图像的问题_html/css_WEB-ITnose

请检查image的src地址是否正确,如果你的网页的地址没在../App_Data目录下,图片肯定显示不出来的。

不知道楼主用的是不是有ASP.NET?App_Data是个特殊的文件夹,不应该放图片。放了图片也无法直接引用或通过url访问

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn