收藏
回答

NFCA需要引入吗?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug NfcA.connect 微信安卓客户端 8.0.9 2.19.2

https://developers.weixin.qq.com/miniprogram/dev/api/device/nfc/NfcA.connect.html

代码:NfcA.connect({

                    success:data=>{

                      console.log("data",data)

                    },

                    fail:res=>{

                      console.log("res",res)

                    }

                  })

结果:NfcA is not defined

ReferenceError: NfcA is not defined


回答关注问题邀请回答
收藏
登录 后发表内容