2019年12月23日 Ledemon 小程序, 0 comments 小程序获取project.config.json中APPID const accountInfo = wx.getAccountInfoSync() console.log(accountInfo.miniProgram.appId) 123 const accountInfo = wx.getAccountInfoSync()console.log(accountInfo.miniProgram.appId) 参考 微信开发者文档