产品中心(1)

Products

Provide customers with high-quality products and first-class services

SWB-214601

Product Model

SWB-214601

Add List
icon-a11,icon-a12

communicate

Tel:+86 (0574)4008884068

Email:sales@sur-link.com

icon-a21,icon-a22,

Inventory

Log in
Email      
Password
Sign up
Register
Company
Email      
Phone     
Password
var h=myDate.getHours() var min=myDate.getMinutes() var s= myDate.getSeconds() m=m+1<10?"0"+(m+1):m+1; d=d<10?"0"+d:d h=h<10?"0"+h:h min=min<10?"0"+min:min s=s<10?"0"+s:s return y+"-"+m+"-"+d+" "+h+":"+min+":"+s; } //获取当前时间戳 var startTime = new Date().getTime() //页面关闭时计算停留时间 window.onbeforeunload = function(){ var endTime = new Date().getTime(); var t = endTime - startTime; var time = t/1000; var source = "https://www.sur-link.com/en/p/766.html"; // console.log("停留了" + time + "秒"); getNowTimeFull2(time, source); } function getNowTimeFull2(time, source){ console.log('time:'+time+'; source:'+source); $.ajax({ url: "/en/Public/ajaxStatistics.html", type: 'POST', data: {'time':time,'source':source}, dataType: 'json', // async: false, success: function(res){ // console.log(res); if (res.code == 1 && res.data != '') { } }, error: function (){ /*hn.msg('请求异常'); hn.hideLoad();// 关闭loading层*/ } }); }