慕勒0567253
2017-10-31 21:59
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我们互动下</title>
<script type="text/JavaScript">
function rec(){
var content=prompts("输入你的内容");
if(content=="JS进阶篇"){
alert("关注JS高级篇");
}
else{
alert("还是要多多看看JS");
}
}
</script>
</head>
<body>
<input type="button" value="点击按钮" onclick="rec();" />
</body>
</html>
prompt,不是prompts
JavaScript进阶篇
468061 学习 · 21891 问题
相似问题