<button type="button" className = {styles.googleButton}>
<img className = {styles.image} src = "assets/pictures/google.jpg"></img>
<p className = {styles.buttonText}> Go To Google</p>
<img src = "assets\icons\external-link.svg"></img>
</button>
单击此按钮时,如何google.com在不同选项卡上转到www.example.com?
2条答案
按热度按时间ruoxqz4g1#
添加一个“a”标记并将其目标值设置为“_blank”。还要添加“rel='noreferrer'"。
下面是一个例子,它在我的Nextjs项目中很有效:
1aaf6o9v2#
将其放入一个带有空白选项卡的href中,如