Home > Web Front-end > JS Tutorial > body text

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

WBOY
Release: 2016-05-16 17:22:21
Original
1215 people have browsed it
复制代码 代码如下:



Extend JavaScript Array Method











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



Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template