Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 857 Bytes

File metadata and controls

36 lines (25 loc) · 857 Bytes

HTML data 属性

定义和用法

data 属性指定对象要使用的资源的 URL。

适用于

data 属性可用于以下元素:

元素 Element 属性 Attribute
<object> data

示例

如何使用 <object> 元素嵌入 Flash 文件:

<object width="400" height="400" data="helloworld.swf"></object>

浏览器支持

属性 Attribute chrome edge firefox safari opera
data Yes Yes Yes Yes Yes