html il costrutto if ... else在JavaScript.html中
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html il costrutto if ... else在JavaScript.html中相关的知识,希望对你有一定的参考价值。
<!doctype html>
<html>
<head>
<title>Il costrutto if else</title>
<script type="text/javascript">
var gatto = "miao";
var cane = "bau";
if (gatto == cane) {
document.write("<p>La condizione indicata nelle parentesi tonde è vera. Le variabili gatto e cane sono uguali</p>");
}
else {
document.write("<p>La condizione indicata nelle parentesi tonde è falsa. La variabile gatto vale " + gatto + " e la variabile cane vale " + cane + "</p>");
}
</script>
</head>
<body>
</body>
</html>
以上是关于html il costrutto if ... else在JavaScript.html中的主要内容,如果未能解决你的问题,请参考以下文章
html il costrutto做....在JavaScript.html中
html il costrutto在JavaScript.html中切换案例
html il costrutto else,如果在JavaScript.html中
.NET(C#):分析IL中的if-else,while和for语句并用Emit实现
html il tag html.html
html il tag style.html