我已为我的域获取了Google Maps API密钥.
我获取密钥时提供的示例显示了嵌入在请求参数中的密钥,例如:
<script src="http://maps.google.com/maps?file=api&v=2&sensor=true_or_false&key=my-key" type="text/javascript"></script>
Run Code Online (Sandbox Code Playgroud)
我感谢请求中的referrer字段必须与我的域匹配,在脚本标记中使我的密钥可见是否安全?或者我还有其他步骤吗?
google-maps ×1