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.
为了防止浏览器在页面加载后立即执行脚本,脚本必须写成什么?
这是困扰我的问题之一,我不明白这意味着什么或解决方案是什么。
有谁知道这个问题的解决方案是什么?
您没有提供太多细节,但我认为您应该将脚本放入函数中。然后,您可以在希望它运行时调用它,并且它不会在页面加载时自动启动。