data属性指定对象要使用的资源的URL。
<!DOCTYPE html><html><body><h1>object 元素</h1><object data="/example/video/helloword.swf" width="400" height="400"></object></body></html>
<!DOCTYPE html>
<html>
<body>
<h1>object 元素</h1>
<object data="/example/video/helloword.swf" width="400" height="400"></object>
</body>
</html>
所以浏览器都支持 data 属性。