Home  >  Article  >  Web Front-end  >  Find and replace elements in JavaScript arrays using indexOf, etc._javascript tips

Find and replace elements in JavaScript arrays using indexOf, etc._javascript tips

WBOY
WBOYOriginal
2016-05-16 17:22:211215browse
复制代码 代码如下:



Extend JavaScript Array Method











数组a:
a.indexOf('cc345345'):
a.lastIndexOf('dd4654'):
a.replace(/d/g,'*'):
a.search(/dd4654/):



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn