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.
我的网页包含以下项目 -
在调试时,当我继续(F5)时,Chrome 中的 JS 我希望页面能够加载并保持不变。但实际上页面重新加载。你如何防止这种情况?
不要使用 F5,而是使用 F8 继续。
取消停靠 Chrome 开发工具窗口,使其不嵌入网页中,然后始终确保开发工具窗口具有焦点,然后再按 F5。如果网页窗口具有焦点,F5 命令将被解释为刷新。