Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在一次讨论中,有人认为在HTML 标记<script>之前嵌入 Javascript 与使用 JQuery 的 document-ready 一样好。</body>真的吗?在所有浏览器的所有情况下都真的安全吗?
<script>
</body>
更新:这里有很好的答案。