“网页设计如何从一个页面跳转到另一个页面”

如题所述

第1个回答  2019-06-14
<script>
window.location.href = 'page2.html';
</script>
相似回答