JS|JavaScript使用Window Location进行页面跳转


function goto_baidu() {
window.location.href = "http://www.baidu.com";
}

    推荐阅读