typescript使用fetch请求不成功

fetch('http://www.baidu.com', {mode: 'no-cors',}).then(function(res) {
            console.log(res);
        });

返回

你好, 请问这个解决了吗?