gpt4 book ai didi

javascript - 如何使用 javascript 从 iframe 中获取选定的文本?

转载 作者:行者123 更新时间:2023-11-29 15:05:39 24 4
gpt4 key购买 nike

如何使用 javascript 从 iframe 中获取选定的文本?

最佳答案

var $ifx = $('<iframe src="filename.html" height=200 width=200></iframe>').appendTo(document.body);

$(document.body).bind('click', function(){
var u_sel;
if(window.getSelection){
u_sel = ifx[0].contentWindow.getSelection();
// u_sel.text() InternetExplorer !!
alert(u_sel);
}
});

只要 iframe src 以您自己的 为目标,就应该这样做。目前仅在 FireFox 3.6.7 上测试过。

关于javascript - 如何使用 javascript 从 iframe 中获取选定的文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3324959/

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