摘要:
原文链接:http://caibaojian.com/jquery-extend-and-jquery-fn-extend.html jQuery.fn.extend(); jQuery.extend(); 原文链接:http://caibaojian.com/jquery-extend-and-j 阅读全文
摘要:
var obj = { a: "aaaaaa" }; var obj1 = { b: "bbbbbb" }; Object.extend = function (destination, source) { for (property in source) { desti... 阅读全文
摘要:
test 阅读全文