<script async> 与 <script defer> <script> 会阻塞后续执行。async 和 defer 语义能让 script 非阻塞加载。 http://www.growingwiththeweb.com/2014/02/async-vs-defer-attributes.html