为什么我的码打开imooc是乱码?
<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"/>
<script type="text/javascript">
function openWindow(){
// 新窗口打开时弹出确认框,是否打开
var confir=confirm("?");
if(confir==true){
var webadd=prompt("?","http://www.imooc.com/");
window.open(webadd,"_blank","width=400,height=500,toolbar=no,menubar=no");
}
//打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
其他部分都没有问题 但是打开http://www.imooc.com/是乱码