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.
我想制作一个允许我显示图像或 swf 的功能,我注意到我可以同时显示嵌入标签,我调查并没有得到任何关于它的信息,使用它有一些缺点吗?
例子:
<embed src="image.png" /> <embed src="flash.swf" />
即使不包括类型,两者都可以工作。
您确实应该将<img>标签用于图像而不是<embed>. 相反,首先要弄清楚文件类型是什么,然后根据文件类型使用<img>OR 。<embed>
<img>
<embed>
可以,但是<embed>不建议使用标签。