使用react

使用react,第1张

使用react

您可以将标记用于外部网址,

<a href='https://domain.extension/external-without-params'>external</a>

但您也可以提供这样的组件

<Route path='/external' component={() => { window.location = 'https://domain.extension/external-without-params'; return null;} }/>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4883887.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-11
下一篇 2022-11-11

发表评论

登录后才能评论

评论列表(0条)

保存