同一个js调用函数
**自定义函数test1**
test1 :function(i){
return i
}
**在test2中调用test1**
test2:function(){
let a = this.test1(参数)
}
微信小程序js页面调用函数
阅读 32
2022-04-23
**自定义函数test1**
test1 :function(i){
return i
}
**在test2中调用test1**
test2:function(){
let a = this.test1(参数)
}
相关推荐
精彩评论(0)