html il costrutto else,如果在JavaScript.html中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html il costrutto else,如果在JavaScript.html中相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head>
	<title>Il costrutto else if in JavaScript</title>
	<script type="text/javascript">
	var gatto = "miao";
	var cane = "bau";
	if (gatto == cane) {
		document.write("<p>La condizione indicata nelle parentesi tonde dell'if è vera. Le variabili gatto e cane sono uguali</p>");
	}
	else if ((gatto.length > 6) && (cane.length > 6)) {
		document.write("<p>La condizione indicata nel primo else if è vera. Il valore delle variabili gatto e cane è più lungo di 6 caratteri.</p>");
	}
	else if (gatto.charAt(0) == "c") {
		document.write("<p>La condizione indicata nel secondo else if è vera. Il valore della variabile gatto comincia con la lettrera c.</p>");
	}
	else {
		document.write("<p>Tutte le precedenti condizioni risultano false. La variabile gatto vale " + gatto + " e la variabile cane vale " + cane + "</p>");
	}
	</script>
</head>
<body>

</body>
</html>

以上是关于html il costrutto else,如果在JavaScript.html中的主要内容,如果未能解决你的问题,请参考以下文章

html 在JavaScript.html中的il costrutto

html il costrutto做....在JavaScript.html中

html il costrutto在JavaScript.html中切换案例

.NET(C#):分析IL中的if-else,while和for语句并用Emit实现

html il tag html.html

html il tag style.html