在rn中使用ref查找节点报错,解决办法:在constructor函数中添加对this的绑定例如[cc] constructor(props) { super(props);// 这边绑定是必要的, ...
確定! 回上一頁