我这里遇到个问题,可能后续的同学会遇到,只需要把initialState去掉就好了,直接写
const [name, setName] = useState('函数')
useState('函数')如果你想写成object, 要用{}包起来