Home > Web Front-end > JS Tutorial > Bugs caused by JS comments will be executed even if the comments are _javascript tricks

Bugs caused by JS comments will be executed even if the comments are _javascript tricks

WBOY
Release: 2016-05-16 17:14:06
Original
1359 people have browsed it

I encountered a strange BUG while writing JS today. It keeps prompting me that one of the attributes in the JAVA class does not exist. I removed that attribute. But I also blocked that attribute in JS!

Copy code The code is as follows:

// var pro = "${product.proGrade} ";

This is proGrade. How strange. I found out later. Even comments in JS will be executed. Just not shown to you.
Related labels:
bug
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