Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用动力学 API 创建图像,我的 pad 浏览器在加载一些图像时崩溃我认为图像对象有问题,以前有人遇到过这个问题吗?请帮忙。
如果已经使用(创建),请尝试在创建之前清除层和阶段缓存内存。像这样。
layer.removeChildren(); layer.clearCache(); layer.clear(); layer.destroyChildren(); layer.destroy(); stage.removeChildren(); stage.clearCache(); stage.clear(); stage.destroyChildren(); stage.destroy();