jsp頁(yè)面里的下拉框加載不出下拉框代碼:信息來源:-請(qǐng)選擇-script代碼:$(function(){//頁(yè)面加載函數(shù)就會(huì)執(zhí)行,頁(yè)面加載函數(shù)就會(huì)執(zhí)行查詢字典//加載企業(yè)性質(zhì)$.post("${pageContext.request.contextPath}/baseDict_findByTypeCode.action",{"dict_type_code":"007"},function(data){//遍歷JSON數(shù)據(jù)$(date).each(function(i,n){$("#enterpriseNature").append(""+n.dict_item_name+"");});},"json");});控制臺(tái)打印顯示能取到值:BaseDictAction中的findByTypeCode方法執(zhí)行了....Hibernate:selectbasedict0_.dict_idasdict_id1_0_,basedict0_.dict_type_codeasdict_typ2_0_,basedict0_.dict_type_nameasdict_typ3_0_,basedict0_.dict_item_nameasdict_ite4_0_,basedict0_.dict_item_codeasdict_ite5_0_,basedict0_.dict_sortasdict_sor6_0_,basedict0_.dict_enableasdict_ena7_0_,basedict0_.dict_memoasdict_mem8_0_frombase_dictbasedict0_wherebasedict0_.dict_type_code=?[{"dict_id":"16","dict_item_code":"","dict_item_name":"私營(yíng)","dict_type_code":"007","dict_type_name":"企業(yè)性質(zhì)"},{"dict_id":"17","dict_item_code":"","dict_item_name":"國(guó)企","dict_type_code":"007","dict_type_name":"企業(yè)性質(zhì)"}]小白跪求大神---
有沒有童鞋遇到過同樣的問題:jsp頁(yè)面下拉框不能加載數(shù)據(jù)
拉風(fēng)的咖菲貓
2019-06-21 16:54:34