性能优化

    避免不必要的 DOM 操作

    缓存数组长度

    异步加载第三方内容

    避免使用 jQuery 实现动画

    1. 禁止使用 slideUp/Down() fadeIn/fadeOut() 等方法;