<script> $.ajax({ type: 'get', url: 'http://huruqing.cn:3000/api/film/getList2', data: {}, dataType: 'json', success: function(res) { console.log(res); }, // 网络问题,地址不对等原因导致前端跟后台都没有建立成功的通信 error: function() { alert('请求错误'); } })</script>