摘要:
//毫秒数转具体事件方法Date.prototype.format = function (format) { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day ... 阅读全文
posted @ 2015-09-17 14:28
公公偏头痛
阅读(235)
评论(0)
推荐(0)
摘要:
var aQuery = function(selector, context) { return new aQuery.prototype.init();}aQuery.prototype = { init: function() { return this; ... 阅读全文
posted @ 2015-09-17 09:33
公公偏头痛
阅读(141)
评论(0)
推荐(0)