<script>
/*@cc_on
@if (@_jscript)
alert("IE.");
@else*/
alert("Not IE.");
/*@end
@*/
</script>
When I ran the code above, Firefox and IE all showed a popup dialog that tell me "Not IE.". Why did this happend. Is @_jscript no longer defined in IE 11?
IE version: 11.0.9600.17501