标签:
memory allocation : object 创造时
email.message = document.createElement(“div”); displayList.appendChild(email.message);
And later, you remove the element from the display list:
displayList.removeAllChildren();
As long as
标签:
原文地址:http://www.cnblogs.com/chuangweili/p/5159795.html