标签: javascript jquery html http https
我有一个基本的html页面,其中包含以下元素:
<a href="https://www.google.com" target="_blank">Google</a>
和其他元素以相同的方式编写。每次我点击其中一个,都会导致当前网址变为:
localhost:8080/firstApp/index.html#https://www.google.com
我做错了什么?
答案 0 :(得分:0)
代码工作正常,并重定向到谷歌页面。 @Chayma Atallah