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 801246f commit 4e90c4c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions js/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<script>
let url = new URL(request.url);

document.write url;
document.write url+'<p>';


let rurl = url.substr(22);
document.write rurl+'<p>';

rurl = rurl.substr(rurl.indexOf('/') + 1);
document.write rurl;
document.write request.url;


</script>

0 comments on commit 4e90c4c

Please sign in to comment.