【发布时间】:2022-01-03 23:05:42
【问题描述】:
我正在尝试打开一个外部 URL,但不是在新选项卡中打开 www.google.com,而是打开 http://localhost:3001/www.google.com
<IconButton key={index} size="large" color="primary" href={e.url} target={"_blank"} aria-label="menu" style={{zIndex:100}} >
<img style={{width:'30px', height:'30px', maxHeight:'30px', maxWidth:'30px'}} href={e.url} target="_blank"
src={icon}/>
</IconButton>
【问题讨论】:
标签: javascript html css reactjs location-href