<script>
const state = {
'page_id': 1,
'user_id': 5
}
const title = ''
const url = 'hello-world.html'
history.pushState(state, title, url)
</script>
2023-11-05 08:36:10
<script>
const state = {
'page_id': 1,
'user_id': 5
}
const title = ''
const url = 'hello-world.html'
history.pushState(state, title, url)
</script>