页面跳转,是否记录在 history 中

5年以前  |  阅读数:609 次  |  编程语言:JavaScript 
function redirect(url, asLink = true) {
  asLink ? (window.location.href = url) : window.location.replace(url);
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8