码迷,mamicode.com
首页 > Web开发 > 详细

html5页面添加时间戳

时间:2017-04-05 14:57:04      阅读:469      评论:0      收藏:0      [点我收藏+]

标签:location   页面   parse   turn   oca   arch   时间戳   arc   sea   

timestamp=getUrlParam("timestamps");  

 function getUrlParam(name) {
   var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
   var r = window.location.search.substr(1).match(reg);
   if (r != null) return unescape(r[2]); return null;
  }

 

var timestamp1 = Date.parse(new Date());
  var times = timestamp1-timestamp;

html5页面添加时间戳

标签:location   页面   parse   turn   oca   arch   时间戳   arc   sea   

原文地址:http://www.cnblogs.com/cuijinlong/p/6668496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!