當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
JS的indexOf
生活随笔
收集整理的這篇文章主要介紹了
JS的indexOf
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
返回坐標<script type="text/javascript">var str="Hello world!"
document.write(str.indexOf("Hello") + "<br />")
document.write(str.indexOf("World") + "<br />")
document.write(str.indexOf("world"))</script>0
-1
6
?
總結
以上是生活随笔為你收集整理的JS的indexOf的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 电机车对身体要求
- 下一篇: JS的instanceof