jQuery跳转到另一个页面_jquery实现页面跳转linux jQuery 实现页面跳转主要有以下几种方法: 原生 JS 方式: ~window.location.href = 'url'~:可保留历史记录,支持返回. jQuery 方式: ~$(location).attr('href...