html 在JavaScript.html中的il metodo reverse()

Posted

tags:

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

<!DOCTYPE html>
<html>
	<head>
	<title>il metodo reverse() in JavaScript</title>
	<script type="text/javascript">
	var tappeAndata = ["Torino", "Genova", "Roma", "Messina"];
	var tappeRitorno = tappeAndata.reverse();
	for (i in tappeRitorno) {
		document.write("<p>La n. " + i + " tappa del ritorno è " + tappeRitorno[i] + "</p>");
	}
	</script>
	</head>
	<body>
</body>
</html>

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

html 在JavaScript.html中的il metodo shift()

html 在JavaScript.html中的il metodo reverse()

html 在JavaScript.html中的il metodo push()

html 在JavaScript.html中的il metodo pop()

html 在JavaScript.html中的il metodo lastIndexOf()

html 在JavaScript.html中的il metodo join()