摘要:
/** * 扩展date函数 * author:c3gen */ Date.prototype.format = function(format) { var o = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(... 阅读全文
posted @ 2016-12-09 15:06
c3gen_小胖
阅读(4042)
评论(0)
推荐(0)
摘要:
mysql单表数据备份错误 阅读全文
posted @ 2016-12-09 14:56
c3gen_小胖
阅读(1806)
评论(0)
推荐(0)