// 定义数组,存放zoom原始的变量 var arr = {}; domFullScreen = function(element) { console.log(element); var zooms = $("#mainDiv .pf").css("zoom"); arr.pdfZoom = zooms; var marioVideo = element; var fullscreenchange = function() { if (document.webkitFullscreenElement != null) { var wTopBody = window.top.document.body; console.log("width"+wTopBody.clientWidth); console.log("height"+wTopBody.clientHeight); element.style.overflowY = "auto"; element.style.overflowX = "hidden"; element.style.width = wTopBody.clientWidth; element.style.height = "100%"; element.style.backgroundColor = "white"; console.log("进入全屏函数"); if(element.style.zoom&&element.style.zoom<1){ arr.zoom = element.style.zoom; element.style.zoom = 1; }else{ arr.zoom = ""; } element.setAttribute("isCmsFullScreen", 'true'); $(element).append( '