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.
我使用 JavaScript 制作的密码用户名登录表单有问题。不是表格本身,而是有这么大<head>,以至于它占用了空间。
<head>
我可以添加一些东西来保持它而不占用空间吗?
在我看来,您在 HTML 中使用了嵌入式 JS。我可能从问题的模棱两可中弄错了。
尝试:
<script type="text/javascript" src="script.js"></script>
并将所有 JS 放入该文件中