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 64677cb commit 801246f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
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;
</script>

0 comments on commit 801246f

Please sign in to comment.