摘要: API介绍 首先看看API如何使用: history.pushState(state, title, url) : 无刷新的向浏览器 历史最前方 加入一条记录。 state(any) 需要保存的数据,这个数据在触发popstate事件时保存在event.state上。 title(string): 阅读全文
posted @ 2018-07-16 11:13 与f 阅读(478) 评论(0) 推荐(0)