Skip to content

Commit

Permalink
更新 index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cracada authored Jan 27, 2024
1 parent 4e90c4c commit 6b699c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script>

document.write request.url;
const url = new URL(
'http://example.com/path/index.html?message=hello&who=world'
);
document.write url+'<p>';


</script>

0 comments on commit 6b699c2

Please sign in to comment.