时间:2019-05-04 来源:小程序工厂
我这个用的少。。不知道你是不是这个意思
function f1(){
this.name = "luxiaoxiao"
}
function f2(){
let instance = new f1()
console.log(instance.name)
}
f2()
还不知道你是小哥哥还是小姐姐,不过真的谢谢啊,几次给我帮忙。
举个例子,我现在就是想在函数son中调用函数chooselocation中的变量。刚才试了你说的方法,他报错说son函数中的chooselocation未定义。我也尝试了https://www.hishop.com.cn/xiaocx/show_36812.html 中的方法,也不行 o(╥﹏╥)o
chooselocation: function (e) {
var that = this
wx.chooseLocation({
success: function (res) {
that.setData({
location: {
latitude: res.latitude,
longitude: res.longitude,
name: res.name
}
})
},
fail: function (res) {
},
complete: function (res) {
}
})
},
son: function (e) {
var ww = new chooselocation()
console.log(ww.name)
},
你这样的啊。。你son里直接 this.data.location.name就可以了啊
果然是 o(╥﹏╥)o 谢谢啦
对不起 我是男的
没区别 哈哈