代码如下:const URL = ''let req = URL + wordfetch(req) .then(res => res.json()) .then(res => console.log(res) .catch(err => console.log(err)