那要看当前页面与所要跳转页面的位置关系
同在一个目录的 document.location = ‘./b.html‘
上一级目录的 document.location = ‘../b.html‘
跳到不同域的 document.location = ‘http://www.baidu.com/‘
时间: 2024-10-14 06:22:33
那要看当前页面与所要跳转页面的位置关系
同在一个目录的 document.location = ‘./b.html‘
上一级目录的 document.location = ‘../b.html‘
跳到不同域的 document.location = ‘http://www.baidu.com/‘