为了账号安全,请及时绑定邮箱和手机立即绑定

js中为什么查看屏幕高度。在function函数中不能显示。

写个input 按钮,然后点击显示当前屏幕宽度   没效果。这是为啥

正在回答

2 回答

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>屏幕分辨率的高和宽</title>

</head>

<body>

<script type="text/javascript">

var hs

function sets(){ 

    hs=screen.width+"*"+screen.height;

    document.getElementById("ss").value=hs;

}

</script>

<form>

<input type="text" id="ss" />

<input type="button" value="yes" onclick="sets()" /></form>

</body>

</html>


0 回复 有任何疑惑可以回复我~

document.write(screen.height);

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

js中为什么查看屏幕高度。在function函数中不能显示。

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信