Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我加入了一个新的开发团队。他们@section {}在剃刀视图中的声明中包含 javascript 和淘汰赛。javascript根本没有颜色突出显示,我该如何解决这个问题?
@section {}
谢谢!
不幸的是,你在那里什么也做不了。我的建议是摆脱视图中的 javascript,并将它们移动到外部 JS 文件中。
当然,您可以(并且应该)逐步做到这一点。一个好的方法是在每次需要编辑脚本时移动它。这样,您总是可以从突出显示中受益,但不需要在重构上花费大量时间。您最终也会得到更清洁的解决方案。