Rumah >pembangunan bahagian belakang >tutorial php >用js检验一个字符串是否在另一个字符串中解决方案
用js检验一个字符串是否在另一个字符串中
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><script type="text/javascript">if ('15,10,12'.indexOf('15') > 0){ alert('YES!');}else{ alert('NO!');}</script>