0
点赞
收藏
分享

微信扫一扫

在J2ME和WAP中实现电话呼叫功能

color_小浣熊 2023-03-20 阅读 48


j2me:

try{
this.platformRequest("tel:13810000000");
}catch(ConnectionNotFoundException ex){
ex.printStackTrace();
}




wap:


<a href="wtai://wp/mc;13810000000">拨打电话</a>


举报

相关推荐

0 条评论