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.
当在WebDatarocks中从枢轴表转换为HTML时,当标签更改如何解决此问题时,待处理转换会停止?(如果你想要我可以添加的代码)
我在 iframe 中打开表格也许这就是我不确定的原因
通常,浏览器对非活动标签的优先级较低。这也会影响 JavaScript 代码在这种特殊情况下的执行方式。
最简单的解决方案是在导出过程中不切换选项卡。作为替代方案,您可以检查其他 StackOverflow 线程,并提供有关处理非活动选项卡的建议。