
js
tencent_rep
JAVA软件工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jQuery在线学习,相对比较全,推荐给那些初学者
jQuery应用广泛,易于扩展。 http://www.jquery001.com/doc/2015-09-18 20:36:08 · 219 阅读 · 0 评论 -
javascript格式化时间戳为自定义类型的字符串格式
Date.prototype.format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), //小时 "m+": this.getMinutes(), //分 ...原创 2015-10-07 18:38:55 · 417 阅读 · 0 评论