运行 ❯
获取您的
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <h1>The Window Location Object</h1> <h2>The hash Property</h2> <p><a id="w3s" href="/js/js_es6.asp#mark_array_from">JavaScript 2015 Array.from()</a><p> <p id="demo"></p> <script> let url = document.getElementById("w3s"); document.getElementById("demo").innerHTML = "The anchor portion of the URL is: " + url.hash; </script> </body> </html>