w3pop.com :: ÍøÂçѧԺ :: HTML DOM :: HTML DOM hreflangÊôÐÔ
The hreflang property sets or returns the language code of the linked resource.
hreflangÊôÐÔ¿ÉÉèÖûò·µ»ØËùÁ´×ÊÔ´µÄÓïÑÔ´úÂë¡£
anchorObject.hreflang=languagecode |
The following example returns the language code of the linked resource:
ÏÂÃæ¾ÙÀýÖн«·µ»ØËùÁ´×ÊÔ´µÄÓïÑÔ´úÂ룺
<html> <body> <p><a id="myAnchor" hreflang="us-en" href="http://www.w3schools.com">W3Schools.com</a></p> <script type="text/javascript">
x=document.getElementById("myAnchor");
document.write(x.hreflang);
</script>
</body> </html> |
Get the language code of a linked resource
µÃµ½ËùÁ´×ÊÔ´µÄÓïÑÔ´úÂë
ÆÀÂÛ (0)
All