增加PV方法
    
            
摘要://增加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 为变量
        
阅读全文
                posted @ 
2012-07-05 13:07 
小老虎网络
        
阅读(444) 
         
        推荐(0)