0
点赞
收藏
分享

微信扫一扫

弹框获取iframe的值或者调用js方法

爱喝酒的幸福人 2022-03-11 阅读 82
javascript

获取iframe内的元素值&js方法

document.getElementById('info').contentWindow.document.getElementById("sclx").value;
document.getElementById("info").contentWindow.function();
举报

相关推荐

0 条评论