以下哪段代码可以用于拨打电话给10086?
A、wx.makePhoneCall({phoneNumber:'10086'});
B、 wx.makePhoneCall({ phoneCall:'10086'});
C、wx.makePhoneCall({ telNumber:'10086'});
D、wx.makePhoneCall({ telCall:'10086'})
发布时间:2024-10-21 22:05:36
A、wx.makePhoneCall({phoneNumber:'10086'});
B、 wx.makePhoneCall({ phoneCall:'10086'});
C、wx.makePhoneCall({ telNumber:'10086'});
D、wx.makePhoneCall({ telCall:'10086'})