test(...arg) {
console.log("参数",arg);
}
render(){
return <View style={{flex:1,backgroundColor:"blue"}}>
<TouchableOpacity activeOpacity={1}
onPress={this. test("点击执行这个函数而不是立即执行")}>//不适用箭头函数 有没有其他方式呢?
<Text>hahahahhahahahahahha</Text>
</TouchableOpacity>
</View>
}
眼眸繁星
ABOUTYOU
ITMISS
相关分类