1.什么是useRef Hook?
useRef就是createRef的Hook版本用来获取元素, 只不过比createRef更强大一点
createRef只能获取普通元素和类元素,并且只能获取到类组件的实例对象,不能拿到函数式组件
import React, {createRef, useRef} from 'react';
class Home extends React.PureCompon
问题一、The following features required to run Godot projects on the Web are missing: Cross-Origin Isolation - Check that the web server configuration sends the correct headers. SharedArrayBuffer - Check