//增加PV方法
    function addPv(){
        var _hasp = /\#p\=/i.test(window.location.href);
        if(!_hasp){
            window.location.href = window.location.href+"#p=1";
        }else{
            window.location.href = window.location.href.split("#p=")[0] + "#p="+parseInt(count);
        }
    }

 

注: count  为变量

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-09-05
  • 2021-11-04
  • 2022-02-26
  • 2021-07-01
  • 2022-03-03
猜你喜欢
  • 2021-11-26
  • 2019-03-26
  • 2021-12-15
  • 2022-02-16
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案