success: function(response){
var datos = JSON.parse(response);
//alert(response);
alert(datos.notificaciones_data[0].ID_Notificacion);
},
图片为alert(response)
,
alert(datos.notificaciones_data[0].ID_Notificacion)
我什么都没得到,我不明白
答案 0 :(得分:0)
你应该给:
alert(response.notificaciones_data.ID_Notificacion);