以下哪段代码可以用于拨打电话给10086?


以下哪段代码可以用于拨打电话给10086?

A.wx.makePhoneCall({phoneNumber:'10086'})

B.wx.makePhoneCall({phoneCall:'10086'})

C.wx.makePhoneCall({telNumber:'10086'})

D.wx.makePhoneCall({telCall:'10086'})

正确答案:wx.makePhoneCall({phoneNumber:'10086'})


Tag:微信小程序开发从入门到实践 代码 时间:2022-01-17 19:52:05