When I add the latest jQuery package via NuGet, it downloads the jQuery script files to ~/packages/jQuery.1.7.1/Content/Scripts
.
在我的MVC贴上~/les/
的夹中保存这些最新信息的最佳方式是什么?
<script type="text/javascript" src="@Url.Content("~/Scripts/jquery-1.7.1.min.js")"></script>