test(...arg) { console.log("参数",arg); } render(){ return <View style={{flex:1,backgroundColor:"blue"}}> <TouchableOpacity activeOpacity={1} onPress={this. test("点击执行这个函数而不是立即执行")}>//不适用箭头函数 有没有其他方式呢? <Text>hahahahhahahahahahha</Text> </TouchableOpacity> </View> }
添加回答
举报
0/150
提交
取消