我的代码非常简单。我检查了所有的资源,将代码重写到不同的文件中,更新了我的电脑,检查了css文件,一切都正常,看不出问题。
react.html:
react.js:
ReactDOM.render(Hello, World!
, document.querySelector("#root")) ``` tried document.getElementById("root") as well
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
要使用
@babel/standalone,您还需要加载它,否则type="text/babel"将无法工作。