為啥會彈出兩次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我們互動下</title>
</head>
<body>
? ? <p class="one">js進(jìn)階篇</p>
? ? <from>
? ? ? ?
? ? </from>
? ??
? ? <script type="text/javascript">
? ?
? ? var max = confirm("是否關(guān)注js高級篇");
? ? if(max==true){
? ? ? ? document.write("你會成功的");
? ? }
? ? else{
? ? ? ? document.write("你會后悔的");
? ? }
??
</script>
</body>
</html>
2021-03-07
勾選自動運(yùn)行了吧