setState({ stars }); } render({ repo }, { stars=0 }) { let url = `https://github.com/${repo}`; return ( <a href={url} class="stars"> ⭐️ {stars} Stars </a> ) ...
確定! 回上一頁