返回首页

我开发的。NET Web应用程序。但是,我想知道,有一种方式来获得用户的C#或JavaScript或jQuery的屏幕分辨率?

感谢在前进。

回答

评论会员:梅迪吴拉姆 时间:2012/02/06
阅读:
]
评论会员:amitit1989 时间:2012/02/06
<html>

 

<head>

    <script type="text/javascript">

// get width of scree

document.write(screen.width);

// get height of screen

 

document.write('*');



document.write(screen.height);

</script>

</head>

<body>

 

</body>

 

</html>
评论会员:游客 时间:2012/02/06
萨加尔viradiya!Ÿu要知道,每个用户可能有不同的屏幕分辨率请简要解释你的问题