dw里面正常運行,慕課網的編輯器不正常
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>window對象</title>
<script type="text/javascript">
function rec(){
? ? var mymessage = confirm("歡迎來到慕課網!");
? ? if(mymessage==true)
{
? ? ? ? window.open("http://www.xianlaiwan.cn","_blank","height=600,width=400");
? ? }
}
</script>
</head>
<body>
<form>
<input type="button" value="點擊我,打開新窗口" onclick="rec()" />
</form>
</body>
</html>
2018-03-22
我在慕課網也可以?。?/p>
幾個空格顯示不對而已,功能沒問題