? 本文檔使用 PHP中文網手冊 發(fā)布
通過從src對象復制所有屬性到dst來擴展目標對象dst。你可以指定多個src對象。
src
dst
angular.extend(dst, src);
目標對象。
源對象。
dst的引用。