我正在尝试使用vanilla javascript隐藏一个项目的API密钥。如何做到这一点有什么帮助吗? 这是我的javascript script.js const API_KEY1 = 'abcdKey123'
// fetch the data from the api and put inside a promise
const fetchAPI = await fetch(`https://gnews.io/api/v4/top-headlines?token=${API_KEY1}&l