var iframe = document.getElementById('iframe');
iframe.onload = function(){
iframe.contentDocument.onmousemove = function () {
// console.log("iframe");//获取iframe加载完成后最后鼠标移动事件
获取iframe元素
iframe.onload
监听页面加载完成
iframe.contentDocument.onmousemove
添加事件判断