<script> const state = { ‘page_id‘: 1, ‘user_id‘: 5 } const title = ‘‘ const url = ‘hello-world.html‘ history.pushState(state, title, url) </script>
3.1 history跳转页面产生跨域问题
原文:https://www.cnblogs.com/xjt31/p/14462958.html