HTML DOM type ÊôÐÔ

¶¨ÒåºÍÓ÷¨

type ÊôÐÔ¿ÉÉèÖûò·µ»Ø±»Á´×ÊÔ´µÄ MIME ÀàÐÍ¡£

Óï·¨

anchorObject.type=type

ʵÀý

ÏÂÃæµÄÀý×Ó¿É·µ»Ø±»Á´×ÊÔ´µÄ MIME ÀàÐÍ£º

<html>
<body>

<p><a id="myAnchor" type="text/html" 
href="http://www.w3school.com.cn">W3School.com.cn</a></p>

<script type="text/javascript">
x=document.getElementById("myAnchor");
document.write(x.type);
</script>

</body>
</html>
VUE