为了账号安全,请及时绑定邮箱和手机立即绑定

为什么没有提示框

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<script type="text/javascript">

function btn(){

var fruit=ptompt("请问你喜欢什么样的水果")

if (fruit=="苹果")

{document.write("苹果水分含量高")}

else if (fruit=="香蕉")

{document.write("排毒加养颜")}

else

{document.write("要多吃水果哦!")}

}

</script>

</head>

<body>

<input type="button" onclick="btn()" value="按钮"/>

</body>

</html>


正在回答

1 回答

prompt不是ptompt

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么没有提示框

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信