if (history.replaceState) {
history.replaceState(null, document.title, '/gold-coin/buy-res')
history.go(0)
} else {
location.replace('/gold-coin/buy-res')
}
location.replace 兼容性问题
最新推荐文章于 2025-07-04 15:20:03 发布