1560942887用户 // 获取IP地址 wx.request({ url: 'https://tianqiapi.com/ip/', data: { }, method: 'POST', header: { 'content-type': 'application/x-www-form-urlencoded' }, success: function (res) { console.log('IP地址: ' + res.data.ip); Test222.IP = res.data.ip; } });