2024年06月04日 建站教程
html开发中,如何利用jquery语法修改连接url地址,下面web建站小编给大家简单介绍一下!
方法一:利用window.location.href属性
window.location.href = 'https://lmcjl.com';
方法二:利用history.pushState()方法
history.pushState(null, null, 'https://lmcjl.com');
本文链接:http://so.lmcjl.com/news/5922/