Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这种标记语言的新手,我很难找到提到如何使用图像的文档。一两个例子会很棒。
顺便说一句,我确实提到了这个讨论,但不确定这是否是我需要的。
在任何类型的框架之外:
%img(src="/images/loading.gif")
较旧、更冗长但灵活的语法:
%img{:src => "/images/loading.gif"}
如果你使用 Rails,它会自己生成标签:
=image_tag "loading.gif"