gpt4 book ai didi

javascript - ReactJS 示例失败

转载 作者:行者123 更新时间:2023-12-03 03:02:29 24 4
gpt4 key购买 nike

我正在使用 ReactJS 教程中的以下示例:

const Button = function() {
return {<button>Go</button>;
};

};
ReactDOM.render(<Button/>, mountNode);

我在文件和 int Javascript REPL 中都尝试过,并得到了相同的错误:

  SyntaxError: unknown: Unexpected token (4:9)
2 |
3 | const Button = function() {
> 4 | return {<button>Go</button>;
| ^
5 | };
6 |
7 | };

无法弄清楚出了什么问题 - 它似乎在教程视频中的相同设置下工作正常。

最佳答案

您应该更改括号 return {<button>Go</button>;};return(<button>Go</button>);

关于javascript - ReactJS 示例失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47315204/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com