- href 完整的 URL http://172.18.8.64:3000/#/postDetails?postId=24273
- protocol 协议 http:
- hostname 主机名 172.18.8.64
- port 端口号 3000
- host 主机名+端口号 172.18.8.64:3000
正常使用
let protocol = window.location.protocol, host = window.location.host; let url = `${protocol}//${host}`;
原文地址:https://www.cnblogs.com/yixiancheng/p/12607819.html
时间: 2024-10-17 16:29:28