html 来自http://stackoverflow.com/questions/436411/where-is-the-best-place-to-put-script-tags-in-html-

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 来自http://stackoverflow.com/questions/436411/where-is-the-best-place-to-put-script-tags-in-html-相关的知识,希望对你有一定的参考价值。

<script type="text/javascript" src="path/to/script1.js" defer></script>
<script type="text/javascript" src="path/to/script2.js" defer></script>
<script type="text/javascript" src="path/to/script1.js" async></script>
<script type="text/javascript" src="path/to/script2.js" async></script>

以上是关于html 来自http://stackoverflow.com/questions/436411/where-is-the-best-place-to-put-script-tags-in-html-的主要内容,如果未能解决你的问题,请参考以下文章

html 来自html的imessage

来自数组的html输出逻辑

html JavaScript导入后备(来自HTML5 Boilerplate)

html JavaScript导入后备(来自HTML5 Boilerplate)

html JavaScript导入后备(来自HTML5 Boilerplate)

HTML 来自Google Code的HTML 5 shiv