更新:有没有人知道为什么图片会显示在Firefox中但不会显示在Chrome中?
我刚刚在Firefox中测试了我的应用,图片显示出来了!但它们并未显示在Google Chrome中。有谁知道这是为什么?
将原始问题发布到Ruby-on-Rails和Ruby..below行
好的,所以我在使用rails中的image_tag。我的index.html.erb
中有以下代码代码在..
<% @most_recent_tweets.each do |tweet| %>
<%= image_tag (tweet["user"]["profile_image_url"]) %>
<% end %>
以下是实际网页上显示的内容
代码输出..
<img alt="Eli_face_1_bigger_normal" src="http://a2.twimg.com/profile_images/498988018/eli_face_1_bigger_normal.jpg">
图像的html显示在代码中,但浏览器中没有显示图像。为什么是这样?有什么想法吗?
答案 0 :(得分:0)
尝试添加.html_safe
image_tag(tweet [“user”] [“profile_image_url”])。html_safe