The code that makes the browser non-fallback


<script>
history.pushState(null, null, document.URL);
window.addEventListener('popstate', function () {
history.pushState(null, null, document.URL);
});


</script>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324950056&siteId=291194637