我刚刚打开了之前正在运行和编译的项目,没有任何问题,现在当我运行它时,我得到了
microsoft jscript runtime error: redeclaration of const property
经过仔细检查,我在 Includes 部分的两个页面上声明和定义了相同的变量
@section Includes {
<script type="text/javascript">
var detailsPath = "testpathValue";
</script>
}
我在一个只在一个地方定义的变量上也遇到了同样的错误。
我如何摆脱这个 JS 错误,正如我之前提到的,这不是问题。