react 调用项目中的 .html 文件

(1)将 html 文件 放于 public 文件夹下

(2)window.open('about:blank').location.href="http://localhost:3000/test.html?oid=123";

原文地址:https://www.cnblogs.com/crazycode2/p/9961119.html