js获取浏览器窗体最大化事件

<mce:script language="javascript"><!--
function ReSet() {
document.getElementById("Flash").width=document.body.clientWidth;
document.getElementById("Flash").height=document.body.clientHeight;
}
// --></mce:script>
<body onResize="ReSet()" onLoad="ReSet()">

上一篇:[LeetCode] 1743. Restore the Array From Adjacent Pairs


下一篇:拉格朗日插值2