我在 JavaScript 代码内的 ASP.NET MVC3 视图中使用 Razor 语法,但我收到“条件编译已关闭”警告。我搜索了它,发现 /*@cc_on @*/
在代码打开它之前使用。但我收到一个错误“当前上下文中不存在名称 'cc_on'”。有任何想法吗?我到底应该在哪里给/*@cc_on @*/
?
示例代码:
<script type ="text/javascript">
@*
- some multi-line comment stuff here
- apparently the at signs cause syntax errors --argh!
*@
</script>