jQuery-
jQuery- copied to clipboard
$.extend方法中的解读有点疑惑。
https://github.com/chokcoco/jQuery-/blob/master/jquery-1.10.2__read.js#L556
注释中给出的例子extend(true, target, {'target':target}); 感觉并不会形成无线循环啊。