HTML/XML limit for maximum “src” attribute size
本问题已经有最佳答案,请猛点这里访问。
Possible Duplicate:
What is the maximum length of a URL?
在HTML/XML中,img"src"路径的最大限制是什么?我能在任何规范中看到这一点吗?例如,以下i m g标签是我特别关心的:
img class="frame-1"src="image/blue%20hills123456778012345678.jpg"alt="blue%20hills1234567780123456789012345678901234567891111a.jpg"
根据规格的HTML属性,
的规格大小不限,在浏览器的URL,但做的。
旧版本的Internet Explorer有一个最短的限制),在约2048个字符。