摘要: 方法: pushHistory(); function pushHistory() { var state = { title: "title", url: "#" }; window.history.pushState(state, "title", "#"); } if (typeof wind 阅读全文
posted @ 2019-08-01 10:21 风起南岸 阅读(771) 评论(0) 推荐(1)