const _ = require('lodash'); var obj = { x:23 }; // Deep copy var deepCopy = _. ... 注意:在正常的JavaScript中這將無法正常工作,因為它需要安裝庫lodash。
確定! 回上一頁