点击跳转(打开独立页面)

onClick={()=>{window.location.href="https://baidu.com"}}



打开独立窗口页面


https://blog.csdn.net/yangluo1683/article/details/73992941


window.open('locationPage.html', '_blank', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')

你可能感兴趣的:(点击跳转(打开独立页面))