$(function(){ $.ajax({ url: 'http://www.wntzjt.com/news-data/all/newsviewcount?id='+$('#newsid').val(), type:'post', data: {}, success: function(res){ console.log('res',res); $('.viewcount').text('点击量:'+res.data.viewcount); } }); });