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

Posted

tags:

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

<html>
<head>
	<title>il metodo lastIndexOf() in JavaScript</title>
	<script type="text/javascript">
	var simpson = "Homer Marge Bart Lisa Maggie Bart Lenny Patty Selma Bart Krusty";
	var posizione_bart = simpson.lastIndexOf("Bart");
	document.write("<p>La prima lettera del'ultima occorrenza della parola Bart si trova all'interno della stringa simpson alla posizione " + posizione_bart + "</p>");
	</script>
</head>
<body>

</body>
</html>

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

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()