HTML 参考手册
HTML <object> border 属性
CSS - 实例:带有边框的 <object>
源代码:
点击运行 »
<!DOCTYPE html> <html> <body> <object width="200" height="200" data="/examples/helloworld.swf" style="border:5px solid black"></object> </body> </html>
运行结果:
点击运行 »