var y = prompt('请输入名字'); var y1 = "汪海英"; if (y == y1) { alert('恭喜你中了500万'); } else { alert('没有中奖') }