Home  >  Article  >  Web Front-end  >  Use the replace method in js to complete the conversion of a certain character_javascript skills

Use the replace method in js to complete the conversion of a certain character_javascript skills

WBOY
WBOYOriginal
2016-05-16 16:39:051226browse

Copy code The code is as follows:

var str = "Guozi [1990] No. 12";

How to add a backslash in front of "[" and "]" in variables,

It should be replaced with this: str = "Guozi [1990] No. 12";

Copy code The code is as follows:


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