"+
// "
"+item['description'].substring(0,40)+"
"+
"");
}else{
$(".nhnews").append(
"
"+
" "+ item['time']+""+
""+item['title']+""+
""+
"");
}
});
$.ajax({
type:"get",
url:"http://app.hzau.edu.cn/hzau2/?action=section_get§ionid=347",
async:false,
dataType:'jsonp',
jsonp:"callback",
jsonpCallback:"success_jsonpCallback",
success:function(result){
console.log(result);
$(".xsdt").empty();
$.each(result, function(i, item) {
$(".xsdt").append(
"
");
});
}
})
}
})