使用场景 当遇到需要临时修改的 bug,但当前正在开发的内容不能删掉,这个时候就需要把当前js已经开发的代码另外保存下来(即保存现场),当把 bug 改完后再恢复,来回归之前的开发工作,IntelliJ IDEA的搁js置功能就
I have a large project built in as3. Part of its main functionality is to load and unload various as2 swfs. The problem is that the memory ins\'t free up once they are unloaded.