垃圾回收(GC Garbage collection)时间:2023-03-10 00:25:13 JS有自动垃圾清理机制, 如果有不需要用的对象,只需要设置对象=null即可 Var a = new object() a = null