【发布时间】:2019-09-12 01:33:06
【问题描述】:
我有一个按钮,其链接地址如下:
<button>
<a ng-href="https://maps.google.com/maps?q={{Store.StoreAddress}}" target="_blank">
<span ng-bind-html="Store.StoreAddress"></span>
</a>
</button>
当点击打开谷歌地图而不是在 Chrome 中时,按钮会指向 Fire Fox 中的地址 这是为什么呢?
【问题讨论】:
标签: google-maps button href