如何用jQuery禁用瀏覽器的前進後退按鈕?

2019獨角獸企業重金招聘Python工程師標準>>> javascript <script type="text/javascript" language="javascript"> $(document).ready(function() {      window.history.forward(1);      //OR      window.history.forward(-1); }
相關文章
相關標籤/搜索