js常用工具大全.pdfVIP

  • 0
  • 0
  • 约2.13万字
  • 约 13页
  • 2018-06-01 发布于天津
  • 举报
js常用工具大全.pdf

j s常⽤⼯具⼤全 Date⼯具类 /********************** date⼯具类 ***************/ Dtotype.format = function(format){ var o = { M+ : this. etMonth()+1, //month d+ : this. etDate(), //day h+ : this. etHours(), //hour m+ : this. etMinutes(), //minute s+ : this. etSeconds(), //second q+ : Math.floor((this. etMonth()+3)/3), //quarter S : this. etMilliseconds() //millisecond } if(/(y+)/ .test(format)) format=format.replace(Re Exp.$1,(this. etFullYear()+ ).substr(4- Re Exp.$1.len th));

文档评论(0)

1亿VIP精品文档

相关文档