<Script />next js组件渲染策略 ( afterInteracive, beforeInteractive, lazyLoad) 和使用普通<script /> 标签 withasync和之间有什么区别defer?
<Script />
afterInteracive
beforeInteractive
lazyLoad
<script />
async
defer
javascript reactjs next.js
javascript ×1
next.js ×1
reactjs ×1