[Solution found!] 要在代码中获得结果,您可以执行以下操作: function extend(a, b){ for(var key in b) if(b.hasOwnProperty(key)) a[key] = b[key]; return a; } ...
確定! 回上一頁