執行 ❯
建立您
自己的
網站
×
改變方向
儲存程式碼
更改主題,深色/淺色
轉到 Spaces
<!DOCTYPE html> <html> <body> <p>The full URL of this document is: <br><span id="demo"></span>.</p> <script> document.getElementById("demo").innerHTML = document.URL </script> </body> </html>