官网https://wowjs.uk/ https://wowjs.uk/docs.html https://animate.style/ https://github.com/graingert/WOW https://github.com/animate-css/animate.css 代码123456789101112131415161718{% raw %}<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/animate-css/animate.css@3.7.2/animate.min.css"><script src="https://cdn.jsdelivr.net/gh/graingert/wow@1.3.0/dist/wow.min.js"></script><script>new WOW().init();</script><div class="wow bounceInUp"> Content to Reveal Here</div><div class="wow bounceInUp"> Content to Reveal Here</div><div class="wow bounceInUp"> Content to Reveal Here</div>{% endraw%} 效果 Content to Reveal Here Content to Reveal Here Content to Reveal Here