问答详情
源自:8-1 window对象

为什么输出的尺寸长和宽都变成了设定的二倍?用的是360极速浏览器!


<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>window对象</title>
<script type="text/javascript">
function Open1(){
    var ace1=confirm("确认打开新网页?")
    if(ace1==true)
    {open("http://www.imooc.com","慕课网","width:600px,height:400px");}
    else{}
}
</script>
</head>
<body>
<form>
<input type="button" value="点击我,打开新窗口" onclick="Open1()" />
</form>
</body>
</html>


提问者:Dusdii 2016-01-19 15:16

个回答

  • angelar_p
    2016-02-02 15:44:38
    已采纳

    代码错误,width后面不是":"是"=",height也是

  • Dusdii
    2016-01-19 15:31:36

    这么大

    http://img.mukewang.com/569de630000188a119151045.jpg

  • 青玉卯金刀
    2016-01-19 15:23:20

    有截图吗,你怎么确定是两倍的,是不是开了缩放