This is the code in js. If it is written like this, a js error will be prompted because the parameters in the removeOpenCss method do not have single or double quotes. If it is written like this here:
In JS, an error usually occurs when two layers of double quotes are nested The following method can be used to solve the problem Replace the inner single quotes with ' Replace the double quotes with " As shown in the following example
JS single quote double quote problem
<script><br>function showmSG(S)<br>{ <br>alert(S);<br>}<br></script>
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