源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> </head> <body> <a id="runoob" hreflang="zh-cn" href="https://www.248k.com/">菜鸟教程</a><br> <script> document.write("返回链接的hreflang: "); document.write(document.getElementById('runoob').hreflang); document.write("<br><br>"); </script> <a id="google" href="https://www.google.com/">Google</a><br> <script> document.getElementById('google').hreflang="no"; document.write("设置链接的hreflang: "); document.write(document.getElementById('google').hreflang); </script> </body> </html>
运行结果: