我有一个要通过REACT输出的对象 question = { text: "Is this a good question?", answers: [ "Yes", "No", "I don't know" ] }. 而我的react组件(已减少)是另一个 ...
確定! 回上一頁