// 引入 React 原生库 // import ReactDOM from "react-dom/client"; // 引入我们自己的库 import ReactDOM from "./lib/react-dom/ReactDOM"; import App from "./App.jsx"; const root = ReactDOM.createRoot(document.getElementById("root")); root.render(); // function test() {} // root.render( //
// //

哈哈哈哈

// {/* 1111 */} //
// ); // root.render(1111);