$(function(){
//获取跳转前的
id var thisURL = document.URL; var getval =thisURL.split('?')[1];
var id= getval.split("=")[1];
$.get('../../app/News/countPvnum.do?id='+id,{r:Math.random()},function(num) { }); });
posted on
2017-05-07 23:03Mtkqy
阅读(252)
评论(0)
收藏举报