为了账号安全,请及时绑定邮箱和手机立即绑定

indexOf()是个什么意思?

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>string对象 </title>

<script type="text/javascript">

  var mystr="Hello World!"

  document.write(mystr.indexOf('o',mystr.indexOf('o')+1)));

</script>

</head>

<body>

</body>


正在回答

1 回答

indexof('o')表示的是o在mystr字符串中所在的索引位置

0 回复 有任何疑惑可以回复我~
#1

学习使我进步 提问者

非常感谢!
2017-02-25 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

indexOf()是个什么意思?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信