在JavaScript我们常常使用的跳转语句是: window.location='http://www.jb51.net'; 其实,我们也可以用下面的语句来代替: document.URL='http://www.jb51.net/'; 演示: