猿问

if(ticket=="true") 这样为什么还是没票?

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>if...else</title>

<script type="text/JavaScript">

var ticket =true; //ticket初值为true,表示有票

if(ticket=="true")  

{

document.write("有票,可以看电影。");

}

else  

{

document.write("没票,电影看不成。");

}

</script>

</head>

<body>

</body>

</html>


忽如远行客_
浏览 1191回答 1
1回答

Caballarii

if(ticket==true)  
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答