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.
我正在尝试使用 SVG,但没有显示任何内容。该文件的 png 版本按预期工作。
<img src="typewriter.svg" alt="typewriter svg">
我已经搜索过,chrome 和 SVG 似乎存在问题,但我认为这不是问题所在。
这是它应该如何工作的:
<object data="typewriter.svg" type="image/svg+xml"> <img src="typewriter.png" /> </object>