React component 需要實做 render() function,這個function 接受輸入的資料並回傳 ... Component { constructor(props) { super(props); this.md = new Remarkable(); ...
確定! 回上一頁