页面引入flex填充整个页面
1,页面中在<div>引入flex,flex没有将外部空间充满。
解决办法
var globle = {maxWidth:window.onload=function(){var obj = document.getElementsByTagName("object");if(obj.length!=0){for(var i=0;i<obj.length;i++){var objwsf = obj[i];if(objwsf.name="flex"){obj[0].style.width = document.documentElement.scrollWidth +"px";window.onresize = function(){obj[0].style.width = document.documentElement.scrollWidth +"px";};}}}}};