我有一个 asp.net MVC 4 解决方案。它工作正常。如果我尝试在 cshtml 文件顶部添加一些链接,如下所示,我的 MVC 解决方案会中断。单击链接时,我看到的只是“未定义”一词。
我做错了什么?
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>