<!DOCTYPE html>
<html>
<head>
<title>3的小游戏</title>
</head>
<body>
<input type="number" id="math2" placeholder="请输入一个数字">
<button id="submit1">跟三有关吗?</button>
<p id="p1"></p>
<script>
//获取元素
var math1=document.getElementById("math2"),
submit2=document.getElementById("submit1"),
pp=document.getElementById("p1");
//判断与3有无关系
submit2.onclick=function(){
if(math1%3==0 || math1/10==3 || math1%10==3){
PP.innerHTML="PA";
}
else{
pp.innerHTML=math1;
}
}
</script>
</body>
</html>
橋本奈奈未
漂流風車
Yellow_dada
相关分类