prop

问题描述 投票:0回答:1

我的代码遇到问题。我只是不知道如何将 prop 放入字符串中,以便我可以在不同的 jsx 文件中使用。这是代码:

const TypingGame = (props) => {
  const initialSentence = "banana"

我尝试在互联网上搜索并使用chatgpt,但没有任何结果。

感谢反馈!

reactjs react-props
1个回答
0
投票

您可能使用了错误的代码

© www.soinside.com 2019 - 2024. All rights reserved.