jquery 實現Ajax,JS 循環遍歷JSON數據

頁面:html //經過廠商首字母,獲得廠商列表 function getVendor(startWord){ // alert(startWord);  $.ajax({   type:'post',   //url action   url:'vulnerability/getVendor.action',   //傳參,以及返回值都必須是json格式   dataType:'json',  
相關文章
相關標籤/搜索