小程序API详细_一步一步开发小程序系列之一(API)
程序员文章站
2022-05-06 21:41:17
...
wx.getSystemInfo({
success(res) {
console.log(res );
}
})