gpt4 book ai didi

javascript - 如何找到我的选择在哪个 iframe 中?

转载 作者:行者123 更新时间:2023-11-28 02:51:11 25 4
gpt4 key购买 nike

我的页面上有几个 iframe(编辑器)。

如何找到我当前选择的 iframe 中?

在这个编辑器中我有有效的 html 上下文。这看起来像:

<iframe id="dynmaical_id">
<head>
...
</head>
<body>
<p>
<span>Text</span> //cursor is set somewhere here
</p>
</body>
<iframe>

最佳答案

您可以通过检查 document.activeElement 是否设置来确定当前选择是否位于 iframe 内。然后,您可以使用 document.activeElement.contentDocument.getSelection() 找出 iframe 内的选择。

关于javascript - 如何找到我的选择在哪个 iframe 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3724740/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com