JavaScript or jQuery equivalent of PHP's strstr() function

后端 未结 6 972
滥情空心
滥情空心 2020-12-03 22:00

Is there a function in jQuery or JavaScript that does the same as strstr() in PHP?

I have an AJAX response that should be 1,2,3,12,13,23 or 123. I want

6条回答
提交回复
热议问题