console.log('getUserProfile', wx.getUserProfile), // getUserProfile undefined
console.log('canIUse', wx.canIUse('wx.getUserProfile')) //canIUse false
console.log('getUserProfile', wx.getUserProfile), // getUserProfile undefined
console.log('canIUse', wx.canIUse('wx.getUserProfile')) //canIUse false
请问一下pc端打开小程序用此接口获取用户信息支持了不?