Sometimes I see @cc_on
in JavaScript. What does it mean?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- Keeping track of variable instances
It's for conditional compilation. Seems to be a feature of Microsoft's "JScript" ECMAScript implementation.