大神们,我这个怎么运行部出来
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<script>
var lin=confirm("你好吗');
if(lin==true){
alert('23424');
}
else{
alert('2342425');
}
</script>
<h1>我的第一个标题</h1>
<p>我的第一个段落。</p>
</body>
</html>