Object clear(Object target);
var data = { a:1, b:2, c:3, d:4 }; Object.clear(data);
//data变量里的对象被清空了 {}