标签: location

1 篇文章

thumbnail
window对象 location
<body>     <button onclick="alert(location.href)">弹出当前地址</button>     <button onclick="location.href = 'https://www.baidu.com'">href</button>    …