specific word count (index of )

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script>
var str1 = 'hello web,I want leran it';
var n = str1.indexOf('web');
alert(n);
</script>
</body>
</html>

posted on 2018-11-12 19:06  余悸♡  阅读(66)  评论(0编辑  收藏  举报