问卷获取失败!
window.onload = function () { console.log("-----输出数据------") const iframe = document.getElementById('loginInfo'); iframe.contentWindow.postMessage(window.location.href, '*'); // '*' 表示接受任何源,实际使用时应指定确切的源以增加安全性 }