画面の幅を検出し、フレームの ID を使用して div の幅に設定します。小さいデモの最大幅は 1440 コードをコピーします コードは次のとおりです: < メタ http-equiv="Content-Type" content="text/html; charset=utf-8" /> <タイトル> /title> <br>関数 onWidthChange(){ 🎜>var w=$(window).width( ); <br>x=(w-1440)/2; <br>$("#frame").css("width",w); if(w$( "#frame").css("overflow","visible"); <br>$("#webContent").css("margin-left",x) ; <br>}else if(1024<w< 1440){ <BR>$("#frame").css("overflow","hidden"); <BR>$("#webContent").css( "margin-left",x); <BR>setTimeout(onWidthChange,0) <BR></head> ; <br><div id="frame" style="overflow:hidden;"> <br><div id="webContent"> 🎜></div><br></html></div>