$.get( 'https://ibb.co/3127k1g', function( data ) {console.log(data);});
跨域问题
看到CORS,就往跨域上处理
跨域问题ajax 加上dataType:"jsonp"
前提是后端接口允许跨域