參數(shù)數(shù)值中的top還有l(wèi)etf不了解什么意思
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>window.open</title>
<script type="text/javascript">
? function Wopen(){
? ? ? window.open('http://idcbgp.cn','_blank','width=1024,height=840,top=100,left=0')
? }?
</script>
</head>
<body>
? ? <input name="button" type="button" onClick="Wopen()" value="點(diǎn)擊我,打開新窗口!" / >
</body>
</html>
2018-08-02
你仔細(xì)觀察下,打開新窗口時(shí),top是距離頁面頂端的距離,left是距離頁面左端的距離
2018-08-02
top是打開的新窗口與瀏覽器頂部的距離
left是新窗口與瀏覽器左邊的的距離