history

作者: 小松Fred | 来源:发表于2018-01-26 14:02 被阅读0次

    history.go(num) ------------前进或后退根据传入的num决定,负数魏后退,正数为向前

    history.back()   -------------后退1页;

    history.faward(); ----------前进一页

    新增的两个属性:

    history.pushState(stateData, title, url)//增加一个,这个就是当前页了,总页数+1

    hsitory.replaceState(stateData, title, url)  //把当前页替换成这个页,总页数不变

    //stateData 是作为记录的东西,title是标题,可以都不写,写成null;

    相关文章

      网友评论

          本文标题:history

          本文链接:https://www.haomeiwen.com/subject/itziaxtx.html