Example 1: javascript clone object var sheep={"height":20, "name":"Melvin"}; var clonedSheep=JSON.parse(JSON.stringify(sheep)); //note: cloning like this ...
確定! 回上一頁