我正在使用来自 css-tricks 网站的应用程序 GoogleMapSlider,一切都运行良好,但昨天我收到此错误消息:“Google 已禁用此应用程序的 Maps API。有关更多信息,请参阅服务条款:http:// www.google.com/intl/en-US_US/help/terms_maps.html。
然后,我尝试改变这个:
<script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=true'>
对此:
<script type="text/javascript" src='http://maps.googleapis.com/maps/api/js?key=AIzaSyBHbK62TIIyLtdO2r7qTjhXND7oh-9M2cA&sensor=true">
但仍然无法正常工作...