安徽泰科检测科技有限公司实验室VR全景
点击:
$(function(){ var url = window.location.href; var p_id = url.substring(url.lastIndexOf("/")+1,url.lastIndexOf(".html")); //获取文章ID //统计点击 $.ajax({ url:"count.php", type:"post", data:{"p_id":p_id}, success:function(rel){ $(".click span").text(rel) } }); });