import React from 'react'; // 錯誤!這是一個component 並且應該由大寫字母開頭:function hello(props) { // 正確!因為div 是一個有效的HTML 標籤,所以使用<div> ...
確定! 回上一頁