React async hook. FC = props => {useEffect(() => {// Create an scoped async function in the hook async function anyNameFunction() {await loadContent();} ...
確定! 回上一頁