以下哪段代码可以用于拨打电话给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'})
以下哪段代码可以用于拨打电话给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'})