0
我使用的一個網站的谷歌地圖嵌入開發工具,使用它,我必須把這個到HTML:谷歌api密鑰應該是私密的嗎?
<iframe width="600" height="450" frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?q=Metropolitan%20Grill%2C%202nd%20Avenue%2C%20Seattle%2C%20WA%2C%20United%20States&key=my_api_key">
</iframe>
我已經更換了我的實際谷歌API密鑰與「my_api_key」 src網址。是否有任何理由讓我擔心讓我的api key在html中出現?