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 ÊôÐÔµÄÖµ¡£

±ê×¼ÊôÐÔºÍʼþ

Embed ¶ÔÏóÖ§³Ö±ê×¼ÊôÐÔºÍʼþ¡£

Ïà¹ØÒ³Ãæ

HTML ½Ì³Ì£ºHTML ²å¼þ

HTML ²Î¿¼Êֲ᣺HTML <embed> ±êÇ©

VUE