js如何实现手机网站按回退键,跳转到例如百度,再按一下回退键,跳转到例如新浪,以此类推,最后跳转回本页面
function(){ window.location.href="http://www.baidu.com"; }