为什么我的网站http://allbusters.in中的图片无法加载到其他网站,例如http://jsfiddle.net或http://jsbin.com
这是支票的JSBin链接。它显示了来自另一个完美加载的网站的图像 http://jsbin.com/afahec
答案 0 :(得分:1)
没有</img>
这样的东西。
删除它并使用<img
正确关闭/>
标记,然后显示您的图片:
<img src='http://www.lantiis.com/images/top.png' />
<img src='http://allbusters.in/wp-content/uploads/2011/07/facebook_32.png' />
<强>为什么吗
因为不合规的代码是不可预测的。