本人刚刚学js,是个菜鸟,请教一下: var hello = new Array; hello.push("hi"); hello = new Array; 这样会不会造成内存泄漏啊?我知道js有垃圾回收机制,只是不知道这会不会被回收……