JS 特殊効果を使用して画面解像度と画面サイズを表示するにはどうすればよいですか?次のコードを見てください: コードをコピー コードは次のとおりです: < ;html xmlns="http://www.w3.org/1999/xhtml"> JS テスト モニター解像度 <br>document.write('モニターの解像度は: n' screen.width '*' screen.height ' ピクセル< ;br/>'); <br>var ww = document.getElementById("hutia").offsetWidth, w = screen.width/ww, h = screen.height/ww, r = Math.round(Math .sqrt (w*w h*h) / 2.54); <br>document.write('あなたのモニターのサイズは: n' (screen.width/ww).toFixed(1) '*' (screen.height/ww) . toFixed(1) ' cm, ' r 'inch<br>