瞅我干啥?

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年9月29日

摘要: 1 2 function getCnTime(s){ 3 var oDate = new Date(s*1000); 4 return oDate.getFullYear()+'-'+toDou((oDate.getMonth()+1))+'-'+toDou(oDate.getDate())+' '+toDou(oDate.getHours())+':'+toD... 阅读全文
posted @ 2016-09-29 19:16 瞅我干啥? 阅读(175) 评论(0) 推荐(0) 编辑