销毁

最后更新于:2022-04-01 04:38:45

## 销毁 ## Destroy 在不需要使用iScoll的时候调用iScroll实例的公共方法`destroy()`可以释放一些内存。 ~~~ myScroll.destroy(); myScroll = null; ~~~
';