window.onpopstate = (event)=> { alert("location: " + document.location + ", state: " + JSON.stringify(event.state)); }; //绑定事件处理函数. // ...
確定! 回上一頁