禁止使用IE下的条件注释:
var f = function () { /*@cc_on if (@_jscript) { return 2* @*/ 3; /*@ } @*/ };
条件注释会妨碍自动化工具的执行,因为他会在运行时改变 JavaScript 语义树。