為什么輸出的尺寸長和寬都變成了設定的二倍?用的是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("確認打開新網(wǎng)頁?") ????if(ace1==true) ????{open("http://idcbgp.cn","慕課網(wǎng)","width:600px,height:400px");} ????else{} } </script> </head> <body> <form> <input?type="button"?value="點擊我,打開新窗口"?onclick="Open1()"?/> </form> </body> </html>
2016-02-02
代碼錯誤,width后面不是":"是"=",height也是
2016-01-19
這么大
2016-01-19
有截圖嗎,你怎么確定是兩倍的,是不是開了縮放