国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

js 時(shí)間格式替代多余字符代碼

瀏覽:95日期:2024-05-24 15:23:46

Date.prototype.format = function(style) {if(style==undefined || style==null) style='yyyy-MM-dd';var o = { 'M+' : this.getMonth() + 1, //month 'd+' : this.getDate(), //day 'h+' : this.getHours(), //hour 'm+' : this.getMinutes(), //minute 's+' : this.getSeconds(), //second 'w+' : '天一二三四五六'.charAt(this.getDay()), //week 'q+' : Math.floor((this.getMonth() + 3) / 3), //quarter 'S' : this.getMilliseconds() //millisecond}if(/(y+)/.test(style)) { style = style.replace(RegExp.$1, (this.getFullYear() + '').substr(4 - RegExp.$1.length));}for(var k in o){ if(new RegExp('('+ k +')').test(style)){style = style.replace(RegExp.$1,RegExp.$1.length == 1 ? o[k] :('00' + o[k]).substr(('' + o[k]).length)); }}return style;};String.prototype.createShortDisp = function(text,num){if(num==undefined || num==null) num=10; var result=text; if (text.length > num) result = text.substring(0, num) + '...'; return '<span title = ’' + text + '’>' + result + '</>';}

標(biāo)簽: JavaScript
相關(guān)文章:
主站蜘蛛池模板: 菏泽市| 云安县| 蒙城县| 博白县| 左云县| 孙吴县| 固镇县| 伊吾县| 海淀区| 巴楚县| 璧山县| 安庆市| 南昌县| 张家界市| 宝丰县| 固原市| 青冈县| 鄱阳县| 石渠县| 勐海县| 松桃| 张北县| 五台县| 山丹县| 夏河县| 江达县| 玉林市| 东丰县| 涡阳县| 黔江区| 商丘市| 临江市| 平和县| 博乐市| 乐平市| 虎林市| 桃江县| 汤阴县| 招远市| 灵石县| 方山县|