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 组装这个基本的购物车。它在 jsBin 中完美运行,但是当我尝试通过浏览器运行时,它无法运行。我猜这是我的html。任何帮助将不胜感激。
这是我的 jsBin
jsBin 中的代码在 的末尾执行<body>,这意味着所有元素都可以访问。使您的代码在渲染/准备好后执行(访问特定的 DOM 元素)。一个正常的方法是把你的代码window.onload放在<body>.
<body>
window.onload