源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="../static/js/jquery.min7.js"> </script> <script> $(document).ready(function(){ $("button").click(function(){ alert($("#runoob").attr("href")); }); }); </script> </head> <body> <p><a href="https://www.boe6.com" id="runoob">小白教程</a></p> <button>显示 href 属性的值</button> </body> </html>
运行结果: