Home  >  Article  >  Web Front-end  >  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
WBOYOriginal
2016-05-16 17:14:061273browse

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.
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