怎么設(shè)置了參數(shù)但是沒有變化
<!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:400px,height:400px,top:100px,left:0px');//就是這里
? ? ??
? }?
</script>
</head>
<body>
? ? <input name="button" type="button" onClick="Wopen()" value="點(diǎn)擊我,打開新窗口!" / >
</body>
</html>
2016-10-19
沒問題啊,你用eclipse試試 有反應(yīng)的
2016-10-19
什么意思
2016-10-19
asf