简单教程
提交运行
代码编辑器:
<script> var str="Hello world, welcome to the universe."; var n=str.indexOf("welcome") document.write(n); </script>
运行结果: