在"MVC二级联动使用$.getJSON方法"中使用$.getJSON()获取后端返回的JSon. 本篇使用jQuery的$.ajax()获取后端返回的字符串,实现二级联动. □ View Models 1: namespace MvcApplication1.Models 2: { 3: public class Province 4: { 5: public int ID { get; set; } 6: public string Name { get; set; } 7:…
主要学习代码: List.html <script type="text/javascript"> function GetXhr() { return new XMLHttpRequest(); } var getCities = function () { //alert(this.options[this.selectedIndex].value); //清空列表 var cities = document.getElementById("sltCity&q…