HTML DOM scheme ÊôÐÔ

¶¨ÒåºÍÓ÷¨

scheme ÊôÐÔÉèÖûò·µ»ØÓÃÓÚ½âÊÍ content ÊôÐÔµÄÖµµÄ¸ñʽ¡£

Óï·¨

metaObject.scheme=format

ʵÀý

±¾Àý·µ»ØÓÃÓÚ½âÊÍ content ÊôÐÔµÄÖµµÄ¸ñʽ£º

<html>
<head>
<meta name="revised" content="2006-11-03" scheme="YYYY-MM-DD" />
</head>

<body>

<script type="text/javascript">
x=document.getElementsByTagName("meta")[0];
document.write("Content format: " + x.scheme);
</script>

</body>

</html>
VUE