HTML DOM Embed ¶ÔÏó
Embed ¶ÔÏó
Embed ¶ÔÏóÊÇ HTML5 ÖеÄжÔÏó¡£
Embed ¶ÔÏó±íʾ HTML <embed> ÔªËØ¡£
·ÃÎÊ Embed ¶ÔÏó
Äú¿ÉÒÔͨ¹ýʹÓà getElementById() À´·ÃÎÊ <embed> ÔªËØ£º
var x = document.getElementById("myEmbed");
´´½¨ Embed ¶ÔÏó
Äú¿ÉÒÔͨ¹ýʹÓà document.createElement() ·½·¨À´´´½¨ <embed> ÔªËØ£º
var x = document.createElement("EMBED");
Embed ¶ÔÏóÊôÐÔ
ÊôÐÔ | ÃèÊö |
---|---|
height | ÉèÖûò·µ»Ø embed ÔªËØÖÐ height ÊôÐÔµÄÖµ¡£ |
src | ÉèÖûò·µ»Ø embed ÔªËØÖÐ src ÊôÐÔµÄÖµ¡£ |
type | ÉèÖûò·µ»Ø embed ÔªËØÖÐ type ÊôÐÔµÄÖµ¡£ |
width | ÉèÖûò·µ»Ø embed ÔªËØÖÐ width ÊôÐÔµÄÖµ¡£ |