jquery 实现Ajax,JS 循环遍历JSON数据

页面:html //经过厂商首字母,获得厂商列表 function getVendor(startWord){ // alert(startWord);  $.ajax({   type:'post',   //url action   url:'vulnerability/getVendor.action',   //传参,以及返回值都必须是json格式   dataType:'json',  
相关文章
相关标签/搜索