摘要:
var extend = function(destination, source, override) { if (override === undefined) override = true; for (var property in source) { if (!override && typeof(source[property]) == 'function' && destination.hasOwnProperty(property)) { destination[property] = (f... 阅读全文
posted @ 2012-03-28 10:57
oneroundseven
阅读(220)
评论(0)
推荐(0)

浙公网安备 33010602011771号