var ComponentExample = React.createClass({ render: function() { return ( <div> <p>HELLO WORLD</p> </div> ) } }); React.render(<ComponentExample/>, ...
確定! 回上一頁